mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 20:20:25 +03:00
+1
-1
@@ -145,7 +145,7 @@ func handleCommonCmdArgs(ctx *cli.Context) {
|
||||
|
||||
// Fetch address option
|
||||
globalCLIContext.Addr = ctx.GlobalString("address")
|
||||
if globalCLIContext.Addr == "" || globalCLIContext.Addr == ":"+globalMinioDefaultPort {
|
||||
if globalCLIContext.Addr == "" || globalCLIContext.Addr == ":"+GlobalMinioDefaultPort {
|
||||
globalCLIContext.Addr = ctx.String("address")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user