diff options
| author | Jeff Carr <[email protected]> | 2024-01-25 22:59:49 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-25 22:59:49 -0600 |
| commit | 45e7aab862ed244d73ca0ee47dcb78a08cf5c45d (patch) | |
| tree | 57f618ef850e1b2fc747f567cbbec500c0870a65 /git.go | |
| parent | a80347531e83646ebe81e3a062440254c567f196 (diff) | |
move comments to the cmd output widget
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
@@ -327,7 +327,7 @@ func (rs *RepoStatus) CheckBranches() bool { log.Log(INFO, hash, output, b) } else { log.Warn("UNKNOWN BRANCHES IN THIS REPO") - rs.versionMessage.SetText("UNKNOWN BRANCHES") + rs.versionCmdOutput.SetText("UNKNOWN BRANCHES") perfect = false parts := strings.Split(b, "/") log.Warn("git push", parts) |
