diff options
| author | Jeff Carr <[email protected]> | 2024-02-20 14:45:43 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-20 14:45:43 -0600 |
| commit | 2a19cd5eefd1e31ea2e7b1e46831943f8142a04a (patch) | |
| tree | 237d3ac05365027ce731db2d18759bcad2328c27 /branchesBox.go | |
| parent | e1e81ab2bf60a3581555b3aed3898ee923756468 (diff) | |
finally rename back to 'Update'
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 d64caa1..669b0d7 100644 --- a/branchesBox.go +++ b/branchesBox.go @@ -36,7 +36,7 @@ func (rs *RepoStatus) makeBranchesBox(parent *gui.Node) { } else { log.Info("branch switched to", bname, "failed") } - rs.UpdateNew() + rs.updateNew() }) rs.targetBranch = newgrid.NewDropdown() // `progname:"TARGET"` |
