Skip to content
Snippets Groups Projects
Commit 8bf70e08 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

return viper.WriteConfig()

parent cd51c395
No related branches found
No related tags found
8 merge requests!246Develop,!245Develop into Master,!244Master into develop2 into master,!219Draft: Testing,!214Test pipelines,!195DO NOT MERGE 2,!194DO NOT MERGE! just for testing,!138Develop
Pipeline #74468 failed
......@@ -41,8 +41,7 @@ func Init(addr string) error {
log.Infof("SBI: %v", sbi)
}
}
viper.WriteConfig()
return nil
return viper.WriteConfig()
}
// GetIds requests all UUID information from the controller
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment