diff options
Diffstat (limited to 'doExamine.go')
| -rw-r--r-- | doExamine.go | 2 |
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) |
