summaryrefslogtreecommitdiff
path: root/bin/common
diff options
context:
space:
mode:
Diffstat (limited to 'bin/common')
-rwxr-xr-xbin/common/gt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common/gt b/bin/common/gt
index 1eafe2b..c652fa2 100755
--- a/bin/common/gt
+++ b/bin/common/gt
@@ -101,7 +101,7 @@ while getopts ":a:c:f:dlsheu" opt; do
git pull --ff > /dev/null
git add .
git commit --all -m "checkpoint" > /dev/null
- git push
+ git push > /dev/null
printf '%s: done.\n' "$proj"
)
done