diff options
| author | Jeff Carr <[email protected]> | 2025-07-07 20:27:10 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-07-07 20:27:10 -0500 |
| commit | 5d57a8968d7b2cdd2e6ab9ee8ef0af9c9fc2fc23 (patch) | |
| tree | 8d9454f084195048e754155bc4e130af14d387dd /doSync.go | |
| parent | e2d33ea49600423f1669ef1ab4dab5d91aa17610 (diff) | |
s/GitPull/Pull/
Diffstat (limited to 'doSync.go')
| -rw-r--r-- | doSync.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,10 +16,10 @@ import ( // trys to figure out if there is still something to update func doSync() error { - if argv.GitPull.Sync.Clean != nil { + if argv.Pull.Sync.Clean != nil { return doSyncClean() } - if argv.GitPull.Sync.User != nil { + if argv.Pull.Sync.User != nil { return doSyncUser() } |
