summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/main.go b/main.go
index 68b7016..8958545 100644
--- a/main.go
+++ b/main.go
@@ -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("")
}