summaryrefslogtreecommitdiff
path: root/doPull.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-21 13:12:33 -0500
committerJeff Carr <[email protected]>2025-10-21 13:12:33 -0500
commita9af6f2ed2263f11bb13d2220df11402e269cef9 (patch)
tree9cdd9a625e26169405547281addcff33d2a91e1c /doPull.go
parenta18f8af684565106917207df22e8da06585e45d2 (diff)
isolate Save() to a single place
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 {