mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 13:40:22 +03:00
config: Appropriate error message when newer config file is found (#3972)
This commit is contained in:
committed by
Harshavardhana
parent
a8cb43926a
commit
9ee83b89bb
+1
-1
@@ -169,7 +169,7 @@ func initConfig() {
|
||||
|
||||
// Validate config file
|
||||
err = validateConfig()
|
||||
fatalIf(err, "Cannot validate configuration file")
|
||||
fatalIf(err, "Unable to validate configuration file")
|
||||
|
||||
// Once we have migrated all the old config, now load them.
|
||||
err = loadConfig(envs)
|
||||
|
||||
Reference in New Issue
Block a user