fix: global in-place update boolean check (#10900)

This commit is contained in:
Rafael Bodill 2020-11-15 23:34:12 +02:00 committed by GitHub
parent d295ce5708
commit 598ca0569c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -407,7 +407,7 @@ func serverMain(ctx *cli.Context) {
} }
} }
if !globalCLIContext.Quiet && globalInplaceUpdateDisabled { if !globalCLIContext.Quiet && !globalInplaceUpdateDisabled {
// Check for new updates from dl.min.io. // Check for new updates from dl.min.io.
checkUpdate(getMinioMode()) checkUpdate(getMinioMode())
} }