diff --git a/cmd/restic/cmd_self_update.go b/cmd/restic/cmd_self_update.go index f71bdf16b..6d604c792 100644 --- a/cmd/restic/cmd_self_update.go +++ b/cmd/restic/cmd_self_update.go @@ -71,7 +71,7 @@ func runSelfUpdate(opts SelfUpdateOptions, gopts GlobalOptions, args []string) e } } - Printf("writing restic to %v\n", opts.Output) + Verbosef("writing restic to %v\n", opts.Output) v, err := selfupdate.DownloadLatestStableRelease(gopts.ctx, opts.Output, version, Verbosef) if err != nil {