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.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 18af8d9..ecf0d6b 100644 --- a/gitTag.update.go +++ b/gitTag.update.go @@ -58,7 +58,7 @@ func (repo *Repo) UpdateGitTags() error { newr := GitTag{ Refname: refname, - Hash: hash, + Hash: hash, Subject: subject, Creatordate: ctime, Authordate: atime, -- cgit v1.2.3