registry: fix ServerAddress setting
This ensures that ServerAddress is set, while previously it was getting set after configFile.Configs. Signed-off-by: Vaidas Jablonskis <jablonskis@gmail.com>
This commit is contained in:
parent
ae0ebb9d07
commit
df85a0f700
1 changed files with 1 additions and 1 deletions
|
@ -126,8 +126,8 @@ func LoadConfig(rootPath string) (*ConfigFile, error) {
|
|||
return &configFile, err
|
||||
}
|
||||
authConfig.Auth = ""
|
||||
configFile.Configs[k] = authConfig
|
||||
authConfig.ServerAddress = k
|
||||
configFile.Configs[k] = authConfig
|
||||
}
|
||||
}
|
||||
return &configFile, nil
|
||||
|
|
Loading…
Reference in a new issue