summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doGit.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/doGit.go b/doGit.go
index 576562a..290c4c6 100644
--- a/doGit.go
+++ b/doGit.go
@@ -106,6 +106,8 @@ func doGit() (string, error) {
if argv.Git.Push != nil {
doPush(".config/wit")
doPush("tools")
+ cmd := []string{"bwit", "git", "push"}
+ s, err = runCommand(cmd)
s = "git push"
}