summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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