diff options
| author | Jeff Carr <[email protected]> | 2025-09-08 00:03:54 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-08 00:03:54 -0500 |
| commit | 2c7d1de63778214fd355deef61680d7e18e4a275 (patch) | |
| tree | c9aad6d8ac79b2f62735419f54c6d550fdc3be7d /main.go | |
| parent | 99de9e31bcf91bc35ecc67c671d86b3836844a06 (diff) | |
redo doPull()
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -212,7 +212,7 @@ func main() { } if argv.Pull != nil { - doGitPull() + doPull() okExit("") } |
