summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-03 19:39:02 -0500
committerJeff Carr <[email protected]>2025-09-03 19:39:02 -0500
commitb847d9aa6ca4ee1b60687643cd04c9e6f46ad310 (patch)
tree043c553775f196940e0ba76bcbe32198b9a9bd02 /main.go
parentaea7f168911df8a91357270a0eab84c4b5ff1174 (diff)
remove old code
Diffstat (limited to 'main.go')
-rw-r--r--main.go9
1 files changed, 1 insertions, 8 deletions
diff --git a/main.go b/main.go
index c5ecf39..a4ab11b 100644
--- a/main.go
+++ b/main.go
@@ -165,14 +165,7 @@ func main() {
}
if argv.Pull != nil {
- if argv.Pull.Sync != nil {
- if err := doSync(); err != nil {
- badExit(err)
- }
- okExit("")
- }
-
- doGitPullNew()
+ doGitPull()
okExit("")
}