diff --git a/git-pull-all.sh b/git-pull-all.sh index 467831f..544b1a0 100755 --- a/git-pull-all.sh +++ b/git-pull-all.sh @@ -20,7 +20,7 @@ do cd $org; for repo in `ls .` do - if [ -d $repo ] + if [ -d $repo/.git ] then echo '>>>>>> git pull' $org/$repo cd $repo