diff options
| author | Jeff Carr <[email protected]> | 2025-10-05 03:55:00 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-05 03:55:00 -0500 |
| commit | 1ead07061c0826a3f220e7632f3be2b57b3c2506 (patch) | |
| tree | 613421c17f91b0376eaa5eefa6b13c942629bb6b /main.go | |
| parent | 8f71f42d4668921d85a80b2bb6a71cb5e4eee1d9 (diff) | |
various cleanups
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -101,8 +101,8 @@ func main() { if argv.Mode != nil { if argv.Mode.Normal != nil { - if me.forge.Config.Mode == forgepb.ForgeMode_NORMAL { - log.Info("you are already in the normal state") + if doNormal() { + log.Infof("all your %d repos are in a normal stete for development\n", me.forge.Repos.Len()) okExit("") } start := time.Now() |
