From 3d260a0219841f4835d6a0d0e370bde483f35d08 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 29 Nov 2024 21:51:30 -0600 Subject: updates for autogenpb --- gitTag.update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gitTag.update.go') diff --git a/gitTag.update.go b/gitTag.update.go index 163b379..18af8d9 100644 --- a/gitTag.update.go +++ b/gitTag.update.go @@ -14,7 +14,7 @@ import ( func (repo *Repo) UpdateGitTags() error { // delete the old hash // r.DeleteByHash(hash) - repo.Tags.GitTags = nil + repo.Tags = new(GitTags) tags := []string{"%(objectname)", "%(creatordate)", "%(*authordate)", "%(refname)", "%(subject)"} format := strings.Join(tags, "_,,,_") -- cgit v1.2.3