This commit is contained in:
Jeff Carr 2025-09-04 20:39:25 -05:00
parent f789b58389
commit 4063e03108
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ func checkNormalRepoState(repo *gitpb.Repo) error {
if repo.GetMasterBranchName() == "" { if repo.GetMasterBranchName() == "" {
me.forge.VerifyBranchNames(repo) me.forge.VerifyBranchNames(repo)
configSave = true 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() == "" { if repo.GetMasterBranchName() == "" {
return log.Errorf("master branch name blank") return log.Errorf("master branch name blank")