diff options
Diffstat (limited to 'gitTag.query.go')
| -rw-r--r-- | gitTag.query.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitTag.query.go b/gitTag.query.go index ef87561..750d501 100644 --- a/gitTag.query.go +++ b/gitTag.query.go @@ -89,7 +89,7 @@ func (repo *Repo) gitVersionByName(name string) (string, error) { } return strings.TrimSpace(output), nil } - if ! repo.IsBranch(name) { + if !repo.IsBranch(name) { // tag does not exist log.Log(GITPBWARN, "LocalTagExists()", name, "did not exist") return "", errors.New("gitDescribeByName() git fatal: Not a valid object name: " + name) |
