typo mirror-org

This commit is contained in:
Trevor Batley 2023-05-10 12:38:25 +10:00
parent f8a1bd5bd7
commit 43c60bac5d

View File

@ -75,7 +75,7 @@ for page in {1..10} ; do
break
else
echo $RESPONSE | grep -oP '(?<="name":").+?(?=")' | while read repo; do
if [ $DEBUG ] echo "git-mirror-repo.sh ${repo} $1 $TARGETORG" ; fi
if [ $DEBUG ] ; then echo "git-mirror-repo.sh ${repo} $1 $TARGETORG" ; fi
git-mirror-repo.sh ${repo} $1 $TARGETORG
done
fi