From 4063e031081cf2e6b19fe6e0a47b2d7500a5665e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 4 Sep 2025 20:39:25 -0500 Subject: [PATCH] not sure --- doNormal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")