diff --git a/git.go b/git.go index 0bd8c1b..f67bc63 100644 --- a/git.go +++ b/git.go @@ -186,7 +186,7 @@ func (rs *RepoStatus) CheckoutBranch(bname string) bool { } if !rs.TagExists(bname) { // tag does not exist - log.Info("bname already exists", bname, rs.Path()) + log.Log(INFO, "repo does not have branch", bname, rs.Path()) return false } cName := rs.GetCurrentBranchName()