summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.go b/config.go
index 704feca..13d5a02 100644
--- a/config.go
+++ b/config.go
@@ -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)