Merge pull request #3535 from jtagcat/writingverbose

Change: selfupdate: 'writing restic to' as verbose
This commit is contained in:
MichaelEischer
2021-10-09 22:41:51 +02:00
committed by GitHub

View File

@@ -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 {