summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/main.go b/main.go
index d263e7f..1c9d310 100644
--- a/main.go
+++ b/main.go
@@ -77,11 +77,6 @@ func main() {
badExit(err)
}
}
-
- if argv.Pull {
- // run 'git pull' if argv --git-pull
- gitPull()
- }
okExit("")
}