summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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("")
}