summaryrefslogtreecommitdiff
path: root/update.go
diff options
context:
space:
mode:
Diffstat (limited to 'update.go')
-rw-r--r--update.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.go b/update.go
index 4ba269d..35bee63 100644
--- a/update.go
+++ b/update.go
@@ -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")