mirror of
https://github.com/minio/minio.git
synced 2025-11-20 09:56:07 -05:00
config/main: set the missing value.
This commit is contained in:
@@ -101,6 +101,8 @@ func initConfig() *probe.Error {
|
||||
}
|
||||
// Save the loaded config globally.
|
||||
serverConfig = qc.Data().(*serverConfigV3)
|
||||
// Set the version properly after the unmarshalled json is loaded.
|
||||
serverConfig.Version = globalMinioConfigVersion
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user