summaryrefslogtreecommitdiff
path: root/doPull.go
diff options
context:
space:
mode:
Diffstat (limited to 'doPull.go')
-rw-r--r--doPull.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doPull.go b/doPull.go
index c043ede..a2e8026 100644
--- a/doPull.go
+++ b/doPull.go
@@ -97,7 +97,7 @@ func doPull() (string, error) {
stats := me.forge.RillFuncError(rillPull)
count := me.forge.RillReload()
if count != 0 {
- me.forge.ConfigSave()
+ me.forge.Save()
}
repoerr := gitpb.NewRepos()
for path, stat := range stats {