summaryrefslogtreecommitdiff
path: root/branchesBox.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-16 20:36:31 -0600
committerJeff Carr <[email protected]>2024-02-16 20:36:31 -0600
commitc7aaea4ae117b95a894b775bf8ef2e661db6f0ea (patch)
tree2958448261f3cb98cc2cceca0a39288173bb3be3 /branchesBox.go
parent0b4f4d76866ccc500112cfe553240c47961258e2 (diff)
continue to redo the branch handling
Diffstat (limited to 'branchesBox.go')
-rw-r--r--branchesBox.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/branchesBox.go b/branchesBox.go
index 86aac4a..d64caa1 100644
--- a/branchesBox.go
+++ b/branchesBox.go
@@ -13,7 +13,7 @@ func (rs *RepoStatus) makeBranchesBox(parent *gui.Node) {
rs.lasttag = gadgets.NewOneLiner(newgrid, "last tag") // `progname:"LASTTAG"`
newgrid.NextRow()
- rs.masterBranchVersion = gadgets.NewOneLiner(newgrid, "master") // `progname:"MASTERBRANCH"`
+ rs.mainBranchVersion = gadgets.NewOneLiner(newgrid, "master") // `progname:"MASTERBRANCH"`
newgrid.NextRow()
rs.develBranchVersion = gadgets.NewOneLiner(newgrid, "devel") // `progname:"DEVELBRANCH"`
newgrid.NextRow()