diff options
| author | Jeff Carr <[email protected]> | 2025-09-04 20:39:25 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-04 20:39:25 -0500 |
| commit | 4063e031081cf2e6b19fe6e0a47b2d7500a5665e (patch) | |
| tree | 3d27f8d8cc31dd3505b88a7bda351b00ba440ce8 /doNormal.go | |
| parent | f789b583892b9675b2c9a0278d638410c0c782c0 (diff) | |
not sure
Diffstat (limited to 'doNormal.go')
| -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") |
