diff options
Diffstat (limited to 'reloadTags.go')
| -rw-r--r-- | reloadTags.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reloadTags.go b/reloadTags.go index 2510ff1..827e1ef 100644 --- a/reloadTags.go +++ b/reloadTags.go @@ -141,7 +141,7 @@ func (repo *Repo) IsOnlyLocalTag(taggy string) bool { if strings.HasPrefix(tagname, "refs/remotes") { path, filename := filepath.Split(tagname) if filename == taggy { - log.Log(GITPB, "found tag:", path, filename, "from", repo.GetGoPath()) + log.Log(INFO, "found tag:", path, filename, "from", repo.GetGoPath()) return false } } |
