diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 23:19:09 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 23:19:09 -0600 |
| commit | e88341d808423e3d5a46f5ee586c783462445670 (patch) | |
| tree | d5dd8be9e13626d528e92ceb136026bf6d04454b /gitTag.update.go | |
| parent | 3d260a0219841f4835d6a0d0e370bde483f35d08 (diff) | |
start moving common things here
Diffstat (limited to 'gitTag.update.go')
| -rw-r--r-- | gitTag.update.go | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
