check for update in background (#13889)

This commit is contained in:
Harshavardhana
2021-12-13 09:43:03 -08:00
committed by GitHub
parent 3e34e41a5a
commit 8144a125ce
3 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ func checkUpdate(mode string) {
return
}
logStartupMessage(prepareUpdateMessage("Run `mc admin update`", lrTime.Sub(crTime)))
logStartupMessage(prepareUpdateMessage("\nRun `mc admin update`", lrTime.Sub(crTime)))
}
func newConfigDirFromCtx(ctx *cli.Context, option string, getDefaultDir func() string) (*ConfigDir, bool) {