diff options
Diffstat (limited to 'git.go')
| -rw-r--r-- | git.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,8 +72,8 @@ func (r *repo) getCurrentBranchName() string { } func (r *repo) getCurrentBranchVersion() string { - log.Info("r.path", r.path) out := run(r.path, "git", "describe --tags") + log.Warn("getCurrentBranchVersion", out) r.vLabel.SetText(out) return out } |
