language change

This commit is contained in:
Jeff Carr 2025-09-08 16:44:40 -05:00
parent 6c6af8707a
commit e62d74f0e6
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ func main() {
// for example, if you accidentally changed branches from your user branch // for example, if you accidentally changed branches from your user branch
if me.forge.Config.Mode == forgepb.ForgeMode_NORMAL { if me.forge.Config.Mode == forgepb.ForgeMode_NORMAL {
if doNormal() { 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())
} }
} }