diff options
| author | Jeff Carr <[email protected]> | 2024-02-16 20:36:31 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-16 20:36:31 -0600 |
| commit | c7aaea4ae117b95a894b775bf8ef2e661db6f0ea (patch) | |
| tree | 2958448261f3cb98cc2cceca0a39288173bb3be3 /branchesBox.go | |
| parent | 0b4f4d76866ccc500112cfe553240c47961258e2 (diff) | |
continue to redo the branch handling
Diffstat (limited to 'branchesBox.go')
| -rw-r--r-- | branchesBox.go | 2 |
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() |
