From 43c60bac5da21edfe4a187dfb7993201b3be0660 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Wed, 10 May 2023 12:38:25 +1000 Subject: [PATCH] typo mirror-org --- git-mirror-org.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-mirror-org.sh b/git-mirror-org.sh index 3f1bdff..8ad05b5 100755 --- a/git-mirror-org.sh +++ b/git-mirror-org.sh @@ -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