spurious ,
This commit is contained in:
parent
840b9e9057
commit
d05be5fa35
@ -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' \
|
||||
|
Loading…
Reference in New Issue
Block a user