diff options
| author | Jeff Carr <[email protected]> | 2024-02-20 11:00:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-20 11:00:06 -0600 |
| commit | e1e81ab2bf60a3581555b3aed3898ee923756468 (patch) | |
| tree | 740029c870a452ccce5450016a7f7e034419809a /git.go | |
| parent | d16cc92286616ab39926c21bb43dbfc3ec4e2486 (diff) | |
fix log output
Diffstat (limited to 'git.go')
| -rw-r--r-- | git.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
