From feda70a9b295fd3d7f9482f67923261c9315595e Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Fri, 2 Jun 2023 21:02:55 +1000 Subject: [PATCH] revert curl output suppression on create --- git-cvs2git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-cvs2git.sh b/git-cvs2git.sh index 84e0251..3a78c80 100755 --- a/git-cvs2git.sh +++ b/git-cvs2git.sh @@ -279,7 +279,7 @@ cd $GITFiles # Re-create the repo # if [ $DEBUG ] ; then echo "************Creating repo for $1 $PACKAGETYPE" ; fi -RESPONSE=$(curl "$checkSSL" "$curlsilent" -o /dev/null -w "%{http_code}" -X 'POST' \ +RESPONSE=$(curl "$checkSSL" "$curlsilent" -X 'POST' \ "$GITEAHOST/api/v1/orgs/$ORGGITEA/repos" \ -H 'accept: application/json' \ -H "Authorization: token $GITEAACCESSTOKEN" \