diff options
| author | Jeff Carr <[email protected]> | 2025-09-03 19:39:02 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-03 19:39:02 -0500 |
| commit | b847d9aa6ca4ee1b60687643cd04c9e6f46ad310 (patch) | |
| tree | 043c553775f196940e0ba76bcbe32198b9a9bd02 /main.go | |
| parent | aea7f168911df8a91357270a0eab84c4b5ff1174 (diff) | |
remove old code
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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("") } |
