summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-08 16:44:40 -0500
committerJeff Carr <[email protected]>2025-09-08 16:44:40 -0500
commite62d74f0e6d8249d7637fcff81328f3b6e422cbc (patch)
tree7c93807030e3b76f6e844a9695eaa71bfe4816ff /main.go
parent6c6af8707a8fe97de3978feeb6a1e05dbc94e37d (diff)
language changev0.22.154
Diffstat (limited to 'main.go')
-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())
}
}