From e88341d808423e3d5a46f5ee586c783462445670 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 29 Nov 2024 23:19:09 -0600 Subject: start moving common things here --- gitTag.query.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gitTag.query.go') 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) -- cgit v1.2.3