summaryrefslogtreecommitdiff
path: root/doSync.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-07-07 20:27:10 -0500
committerJeff Carr <[email protected]>2025-07-07 20:27:10 -0500
commit5d57a8968d7b2cdd2e6ab9ee8ef0af9c9fc2fc23 (patch)
tree8d9454f084195048e754155bc4e130af14d387dd /doSync.go
parente2d33ea49600423f1669ef1ab4dab5d91aa17610 (diff)
s/GitPull/Pull/
Diffstat (limited to 'doSync.go')
-rw-r--r--doSync.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/doSync.go b/doSync.go
index 57bf0c6..92e11dc 100644
--- a/doSync.go
+++ b/doSync.go
@@ -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()
}