summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-08 00:03:54 -0500
committerJeff Carr <[email protected]>2025-09-08 00:03:54 -0500
commit2c7d1de63778214fd355deef61680d7e18e4a275 (patch)
treec9aad6d8ac79b2f62735419f54c6d550fdc3be7d /main.go
parent99de9e31bcf91bc35ecc67c671d86b3836844a06 (diff)
redo doPull()
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 5227630..af7741d 100644
--- a/main.go
+++ b/main.go
@@ -212,7 +212,7 @@ func main() {
}
if argv.Pull != nil {
- doGitPull()
+ doPull()
okExit("")
}