summaryrefslogtreecommitdiff
path: root/doExamine.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-18 07:47:34 -0600
committerJeff Carr <[email protected]>2025-01-18 07:47:34 -0600
commit973bcfd4eb5e1ae13e0cba1e96e3cf037099a275 (patch)
tree84894111bcaa1d7b2f92464b30134b162f65828c /doExamine.go
parentdcc51eb7768f0986a0fab7b90e5f3db5373b870e (diff)
button to quickly prep everything
Diffstat (limited to 'doExamine.go')
-rw-r--r--doExamine.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doExamine.go b/doExamine.go
index 4609c68..20610da 100644
--- a/doExamine.go
+++ b/doExamine.go
@@ -101,7 +101,7 @@ func examineBranch(repo *gitpb.Repo) error {
if repo.CurrentTag.Refname == repo.GetMasterBranchName() {
err = fmt.Errorf("examineBranch() SPECIAL CASE. %s is the master branch", repo.CurrentTag.Refname)
log.Info(err)
- return err
+ return nil
}
err = fmt.Errorf("examineBranch() branch differs. patch diff len == 0. PROBABLY DELETE BRANCH %s", repo.CurrentTag.Refname)