diff options
Diffstat (limited to 'gitTag.common.go')
| -rw-r--r-- | gitTag.common.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitTag.common.go b/gitTag.common.go index f10548e..8aa76bf 100644 --- a/gitTag.common.go +++ b/gitTag.common.go @@ -7,7 +7,7 @@ import ( "go.wit.com/log" ) -func (repo *Repo) DevelHash() string { +func (repo *Repo) ActualDevelHash() string { brname := repo.GetDevelBranchName() refname := "refs/heads/" + brname for tag := range repo.Tags.IterAll() { |
