From aab64d1ed74c7766ff0dfec4d30960def008e203 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Sat, 3 Jun 2023 14:24:26 +1000 Subject: [PATCH] remove quotes with jq -r --- rename-e-smith-pkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rename-e-smith-pkg.sh b/rename-e-smith-pkg.sh index 20a30c6..cac447b 100755 --- a/rename-e-smith-pkg.sh +++ b/rename-e-smith-pkg.sh @@ -170,7 +170,7 @@ WIKILINK=$(curl "$SILENT" -X 'GET' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -H "Authorization: token $SOURCEACCESSTOKEN" | \ - jq ' .external_wiki.external_wiki_url') + jq -r ' .external_wiki.external_wiki_url') if [ $DEBUG ] ; then echo "WIKILINK=$WIKILINK" ; fi # Update the repo with the changed description, bugzilla url and wiki url