diff options
| author | Jeff Carr <[email protected]> | 2025-10-21 13:12:33 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-21 13:12:33 -0500 |
| commit | a9af6f2ed2263f11bb13d2220df11402e269cef9 (patch) | |
| tree | 9cdd9a625e26169405547281addcff33d2a91e1c /doPull.go | |
| parent | a18f8af684565106917207df22e8da06585e45d2 (diff) | |
isolate Save() to a single place
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 { |
