diff options
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, |
