diff options
| author | Jeff Carr <[email protected]> | 2025-08-31 13:27:39 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-31 13:27:39 -0500 |
| commit | 731a4d9da873c94f6da6673d1ebc6fc8c6223d76 (patch) | |
| tree | 2ee63d05f0decd811ba598f381d9333bca0acdf5 /main.go | |
| parent | c4252d21031ed432405be6a4f008831732068101 (diff) | |
better output with 'forge normal'
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -130,7 +130,10 @@ func main() { } if argv.Normal != nil { - doNormal() + if doNormal() { + log.Infof("all %d repos are on your user branch. It is safe to write code now.\n", me.forge.Repos.Len()) + okExit("") + } okExit("") } |
