diff --git a/git-cvs2git.sh b/git-cvs2git.sh index bd23697..9c216ec 100755 --- a/git-cvs2git.sh +++ b/git-cvs2git.sh @@ -217,7 +217,7 @@ fi # See if it exists on the Gitea host REPO_NAME=$1 -if [ $DEBUG ] ; then echo "check that $GITEAHOST/$ORGGITEA/$REPO_NAME exists" +if [ $DEBUG ] ; then echo "check that $GITEAHOST/$ORGGITEA/$REPO_NAME exists" ; fi RESPONSE=$(curl $checkSSL $curlsilent -o /dev/null -w "%{http_code}" "$GITEAHOST/api/v1/repos/$ORGGITEA/$REPO_NAME") if [ "$RESPONSE" == "200" ]; then if [ $DEBUG ] ; then echo "************Repository for $1 already exists!" ; fi