diff options
Diffstat (limited to 'update.go')
| -rw-r--r-- | update.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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") |
