summaryrefslogtreecommitdiff
path: root/git.go
diff options
context:
space:
mode:
Diffstat (limited to 'git.go')
-rw-r--r--git.go2
1 files changed, 1 insertions, 1 deletions
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()