diff options
Diffstat (limited to 'update.go')
| -rw-r--r-- | update.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -131,6 +131,7 @@ func (rs *RepoStatus) EnableSelectTag() { } } +// This doesn't switch branches func (rs *RepoStatus) UpdateCurrent() { if !rs.Ready() { log.Log(WARN, "can't update yet. ready is false") |
