diff options
| author | Jeff Carr <[email protected]> | 2025-10-05 02:26:33 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-05 02:26:33 -0500 |
| commit | 8d50f01597cde8c7ae0fd451347d93196b97f900 (patch) | |
| tree | 0f1ee1b7d7eb18bf83f40c5b2d041d2a842bfac2 /config.go | |
| parent | cfdbd6d6634659deb4c71b5baaacd862b11486df (diff) | |
gonev0.0.165
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) |
