mirror of
https://github.com/rancher/os.git
synced 2025-08-31 14:23:11 +00:00
Simplify configuration
This commit is contained in:
@@ -204,7 +204,7 @@ func RunInit() error {
|
||||
}
|
||||
|
||||
if cfg.Rancher.Debug {
|
||||
cfgString, err := config.Dump(false, true)
|
||||
cfgString, err := config.Export(false, true)
|
||||
if err != nil {
|
||||
log.WithFields(log.Fields{"err": err}).Error("Error serializing config")
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user