diff options
| author | Jeff Carr <[email protected]> | 2024-01-09 14:39:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-09 14:39:32 -0600 |
| commit | 969f6e284094effe27b33eb2cd4819c71137c9c4 (patch) | |
| tree | 4ce21d3c3fb268628786f2600b9f7c210155e1be /git.go | |
| parent | 41e517b85df05e54b63f946f90a5de0953f10027 (diff) | |
more debugging
Signed-off-by: Jeff Carr <[email protected]>
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 } |
