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