diff options
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ func (cfg *ForgeConfigs) DumpPB() { if cfg.GoWork { log.Infof("Config.GoWork = %v\n", cfg.GoWork) } - if cfg.Mode != ForgeMode_UNKNOWN { + if cfg.Mode != ForgeMode_NEWUSER { log.Infof("Config.Mode = %s\n", cfg.Mode) } // log.Infof("ConfigCfgPB.Hostname=%s\n", cfg.Hostname) |
