This commit is contained in:
陆柯 2021-06-29 21:04:24 +08:00
parent 00d105a1db
commit 0bd55be72b

View File

@ -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