summaryrefslogtreecommitdiff
path: root/doNormal.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-04 20:39:25 -0500
committerJeff Carr <[email protected]>2025-09-04 20:39:25 -0500
commit4063e031081cf2e6b19fe6e0a47b2d7500a5665e (patch)
tree3d27f8d8cc31dd3505b88a7bda351b00ba440ce8 /doNormal.go
parentf789b583892b9675b2c9a0278d638410c0c782c0 (diff)
not sure
Diffstat (limited to 'doNormal.go')
-rw-r--r--doNormal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doNormal.go b/doNormal.go
index e887538..da28acd 100644
--- a/doNormal.go
+++ b/doNormal.go
@@ -46,7 +46,7 @@ func checkNormalRepoState(repo *gitpb.Repo) error {
if repo.GetMasterBranchName() == "" {
me.forge.VerifyBranchNames(repo)
configSave = true
- // log.Info("ABNORMAL: master branch name was blank in", repo.GetFullPath())
+ log.Info("ABNORMAL: master branch name was blank in", repo.GetFullPath())
}
if repo.GetMasterBranchName() == "" {
return log.Errorf("master branch name blank")