mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 13:40:22 +03:00
Print message when creating the config file (#3089)
This commit is contained in:
committed by
Harshavardhana
parent
f7c20b97a1
commit
a15dc5fed5
@@ -488,7 +488,7 @@ func newTestConfig(bucketLocation string) (rootPath string, err error) {
|
||||
setGlobalConfigPath(rootPath)
|
||||
|
||||
// Initialize server config.
|
||||
if err = initConfig(); err != nil {
|
||||
if _, err = initConfig(); err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user