summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-25 15:08:31 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-25 15:08:31 +0300
commitcc5719a05f754e4f42395dc09761d22510aeb4cf (patch)
tree38e642bf7c23ff121f937f28bd1b9e3a94eafe20
parentc1047c1ea1a6c8008159836182eb65a52f7a1fd3 (diff)
downloadevol-all-cc5719a05f754e4f42395dc09761d22510aeb4cf.tar.gz
evol-all-cc5719a05f754e4f42395dc09761d22510aeb4cf.tar.bz2
evol-all-cc5719a05f754e4f42395dc09761d22510aeb4cf.tar.xz
evol-all-cc5719a05f754e4f42395dc09761d22510aeb4cf.zip
push.sh: fix typo.
-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"