summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpush.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/push.sh b/push.sh
index 3ffdb60..e9c8c84 100755
--- a/push.sh
+++ b/push.sh
@@ -8,7 +8,7 @@ function status {
cd "$1"
STR=$(git status|grep "Your branch is ahead")
if [[ -n "${STR}" ]]; then
- echo "pusing $2"
+ echo "Pushing $2"
git push
fi
cd "$DIR"