typo
This commit is contained in:
parent
240928b74b
commit
3b2ab5189a
@ -165,12 +165,12 @@ if [[ "$SOURCEORG" == "smecontribs" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# grab WIKILINK from source package
|
# grab WIKILINK from source package
|
||||||
WIKILINK=$(curl -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' \
|
||||||
-H "Authorization: token $SOURCEACCESSTOKEN" \
|
-H "Authorization: token $SOURCEACCESSTOKEN"
|
||||||
| jq ' .external_wiki.external_wiki_url')
|
WIKILINK=$(echo $RESPONSE | jq ' .external_wiki.external_wiki_url')
|
||||||
if [ $DEBUG ] ; then echo "WIKILINK=$WIKILINK" ; fi
|
if [ $DEBUG ] ; then echo "WIKILINK=$WIKILINK" ; fi
|
||||||
|
|
||||||
# Update the repo with the changed description, bugzilla url and wiki url
|
# Update the repo with the changed description, bugzilla url and wiki url
|
||||||
|
Loading…
Reference in New Issue
Block a user