spurious ,

This commit is contained in:
Trevor Batley 2023-06-03 12:23:25 +10:00
parent 840b9e9057
commit d05be5fa35

View File

@ -155,7 +155,7 @@ RESPONSE=$(curl "$SILENT" "$checkSSL" -X 'POST' \
-H 'Content-Type: application/json' \ -H 'Content-Type: application/json' \
-H "Authorization: token $SOURCEACCESSTOKEN" \ -H "Authorization: token $SOURCEACCESSTOKEN" \
-d '{ -d '{
"name": "'"$TARGETPKG"'", "name": "'"$TARGETPKG"'"
}') }')
# create a Bugzilla URL # create a Bugzilla URL
@ -165,7 +165,7 @@ if [[ "$SOURCEORG" == "smecontribs" ]]; then
fi fi
# grab WIKILINK from source package # grab WIKILINK from source package
RESPONSE=$(curl "SILENT" -X 'GET' \ RESPONSE=$(curl "$SILENT" -X 'GET' \
"https://src.koozali.org/api/v1/repos/$SOURCEORG/$SOURCEPKG" \ "https://src.koozali.org/api/v1/repos/$SOURCEORG/$SOURCEPKG" \
-H 'accept: application/json' \ -H 'accept: application/json' \
-H 'Content-Type: application/json' \ -H 'Content-Type: application/json' \