summaryrefslogtreecommitdiff
path: root/update.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 /update.go
parent8e9e19a14f7bd1b1cf4b3c8d0220dc84640c2ffd (diff)
more git change trackingv0.12.15
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'update.go')
-rw-r--r--update.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/update.go b/update.go
index 060f879..e51f55f 100644
--- a/update.go
+++ b/update.go
@@ -35,6 +35,7 @@ func (rs *RepoStatus) Update() {
if rs.dirtyLabel.String() != "no" {
log.Warn("dirty label != no. actual value:", rs.dirtyLabel.String())
rs.DisableEverything()
+ rs.CheckBranches()
return
}
@@ -54,6 +55,7 @@ func (rs *RepoStatus) Update() {
rs.checkoutBranch("user", user)
rs.recommend()
+ rs.CheckBranches()
})
rs.setSpeed(duration)
log.Log(WARN, "Update() END")