summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index ed371bb..e6ca8eb 100644
--- a/main.go
+++ b/main.go
@@ -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()