more debugging

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-09 14:39:32 -06:00
parent 41e517b85d
commit 969f6e2840
1 changed files with 1 additions and 1 deletions

2
git.go
View File

@ -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
}