From 0bd55be72bbc743bacdc1f9b8319d7c4e45df27e Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Tue, 29 Jun 2021 21:04:24 +0800 Subject: [PATCH] u --- git-pull-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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