From db3d481c5ff527feda775d8b1d873699c9dcc2f3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 18 Jan 2024 17:37:50 -0600 Subject: more git change tracking Signed-off-by: Jeff Carr --- update.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'update.go') 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") -- cgit v1.2.3