зеркало из https://github.com/mozilla/mig.git
Update client.go
This commit is contained in:
Родитель
110614c421
Коммит
b2aa0dd8f6
|
@ -164,6 +164,9 @@ func ReadConfiguration(file string) (conf Configuration, err error) {
|
|||
}
|
||||
}
|
||||
err = gcfg.ReadFileInto(&conf, file)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
// If standard PGP based authentication is being used, validate these settings
|
||||
// from the configuration file
|
||||
if conf.GPG.UseAPIKeyAuth == "" {
|
||||
|
|
Загрузка…
Ссылка в новой задаче