mirror of
https://github.com/distribution/distribution.git
synced 2025-09-14 22:29:09 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user