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 /main.go | |
| parent | e2d33ea49600423f1669ef1ab4dab5d91aa17610 (diff) | |
s/GitPull/Pull/
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -138,8 +138,8 @@ func main() { okExit("") } - if argv.GitPull != nil { - if argv.GitPull.Sync != nil { + if argv.Pull != nil { + if argv.Pull.Sync != nil { if err := doSync(); err != nil { badExit(err) } |
