summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 17:37:50 -0600
committerJeff Carr <[email protected]>2024-01-18 17:37:50 -0600
commitdb3d481c5ff527feda775d8b1d873699c9dcc2f3 (patch)
tree538c4f739408d1ccf639f2cf85a20c0deecbe91c /draw.go
parent8e9e19a14f7bd1b1cf4b3c8d0220dc84640c2ffd (diff)
more git change trackingv0.12.15
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'draw.go')
-rw-r--r--draw.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/draw.go b/draw.go
index dfbe14c..7f37297 100644
--- a/draw.go
+++ b/draw.go
@@ -271,6 +271,7 @@ func (rs *RepoStatus) recommend() {
rs.incrementVersion()
rs.EnableSelectTag()
rs.setTag()
+ rs.versionMessage.SetText("TODO: set globally")
return
}
log.Warn("Is repo pushed upstream? git.wit.org or github?")