parent
41e517b85d
commit
969f6e2840
2
git.go
2
git.go
|
@ -72,8 +72,8 @@ func (r *repo) getCurrentBranchName() string {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r *repo) getCurrentBranchVersion() string {
|
func (r *repo) getCurrentBranchVersion() string {
|
||||||
log.Info("r.path", r.path)
|
|
||||||
out := run(r.path, "git", "describe --tags")
|
out := run(r.path, "git", "describe --tags")
|
||||||
|
log.Warn("getCurrentBranchVersion", out)
|
||||||
r.vLabel.SetText(out)
|
r.vLabel.SetText(out)
|
||||||
return out
|
return out
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue