summaryrefslogtreecommitdiff
path: root/branches.go
diff options
context:
space:
mode:
Diffstat (limited to 'branches.go')
-rw-r--r--branches.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/branches.go b/branches.go
index 0a13361..aea2caa 100644
--- a/branches.go
+++ b/branches.go
@@ -81,7 +81,7 @@ func (f *Forge) DoAllCheckoutMaster() error {
f.RillFuncError(rillCheckoutMaster)
count := f.RillReload()
if count != 0 {
- f.ConfigSave()
+ config.SetChanged("repos", true)
}
total, count, nope, err := f.IsEverythingOnMaster()
@@ -160,7 +160,7 @@ func (f *Forge) DoAllCheckoutUser(force bool) error {
f.RillFuncError(rillCheckoutUser)
count := f.RillReload()
if count != 0 {
- f.ConfigSave()
+ config.SetChanged("repos", true)
}
total, count, nope, err := f.IsEverythingOnUser()
@@ -259,7 +259,7 @@ func (f *Forge) DoAllCheckoutDevel(force bool) error {
f.RillFuncError(rillCheckoutDevel)
count := f.RillReload()
if count != 0 {
- f.ConfigSave()
+ config.SetChanged("repos", true)
}
total, count, nope, err := f.IsEverythingOnDevel()