diff options
-rwxr-xr-x | pushall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |