summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 6937372..1d68ae8 100644
--- a/main.go
+++ b/main.go
@@ -178,7 +178,7 @@ func main() {
// for example, if you accidentally changed branches from your user branch
if me.forge.Config.Mode == forgepb.ForgeMode_NORMAL {
if doNormal() {
- log.Infof("all %d repos are still normal\n", me.forge.Repos.Len())
+ log.Infof("all your %d repos are in a normal stete for development\n", me.forge.Repos.Len())
}
}