From 1f65e1cd01c96daf81d495e97c08f515ad825d18 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Fri, 12 May 2023 11:34:36 +1000 Subject: [PATCH] fix dodgy debug line --- git-cvs2git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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