From d05be5fa358df4256dceffcdbc481f94569b2b91 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Sat, 3 Jun 2023 12:23:25 +1000 Subject: [PATCH] spurious , --- rename-e-smith-pkg.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rename-e-smith-pkg.sh b/rename-e-smith-pkg.sh index 226c4f4..47d46f8 100755 --- a/rename-e-smith-pkg.sh +++ b/rename-e-smith-pkg.sh @@ -155,7 +155,7 @@ RESPONSE=$(curl "$SILENT" "$checkSSL" -X 'POST' \ -H 'Content-Type: application/json' \ -H "Authorization: token $SOURCEACCESSTOKEN" \ -d '{ - "name": "'"$TARGETPKG"'", + "name": "'"$TARGETPKG"'" }') # create a Bugzilla URL @@ -165,7 +165,7 @@ if [[ "$SOURCEORG" == "smecontribs" ]]; then fi # grab WIKILINK from source package -RESPONSE=$(curl "SILENT" -X 'GET' \ +RESPONSE=$(curl "$SILENT" -X 'GET' \ "https://src.koozali.org/api/v1/repos/$SOURCEORG/$SOURCEPKG" \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \