summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-05 13:14:46 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-05 13:14:46 +0300
commit534b5b072ef687a7b1c4886c6bb6d9c0f5288bdb (patch)
tree03e099bc9c8ea5f2be5bc3cb3516af77ff5be0b9
parentad0db3a0b5ad68f5d8485f1e7ecf418a689b40cb (diff)
downloadevol-all-534b5b072ef687a7b1c4886c6bb6d9c0f5288bdb.tar.gz
evol-all-534b5b072ef687a7b1c4886c6bb6d9c0f5288bdb.tar.bz2
evol-all-534b5b072ef687a7b1c4886c6bb6d9c0f5288bdb.tar.xz
evol-all-534b5b072ef687a7b1c4886c6bb6d9c0f5288bdb.zip
Show repo name and not path in pushall script.
-rwxr-xr-xpushall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pushall.sh b/pushall.sh
index 67bfe0a..6c2f39d 100755
--- a/pushall.sh
+++ b/pushall.sh
@@ -5,7 +5,7 @@ function status {
cd $1
STR=`git status|grep "Your branch is ahead"`
if [[ -n ${STR} ]]; then
- echo "pusing $1"
+ echo "pusing $2"
git push
fi
cd $DIR