From 534b5b072ef687a7b1c4886c6bb6d9c0f5288bdb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 5 Nov 2014 13:14:46 +0300 Subject: Show repo name and not path in pushall script. --- pushall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pushall.sh') 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 -- cgit v1.2.3-60-g2f50