summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdate-gitmeta2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-gitmeta b/update-gitmeta
index ab83b2a..f5460bb 100755
--- a/update-gitmeta
+++ b/update-gitmeta
@@ -9,4 +9,4 @@ if [[ -n $(git status -s .) ]]; then
git commit -m "$message"
fi
git pull
-git push
+git push origin master