diff options
| -rw-r--r-- | doNormal.go | 2 |
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") |
