From f82fdabc5c14a0069bf80e62ffdedf2a76020652 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Wed, 14 Jul 2021 06:51:49 -0700 Subject: [PATCH] Fixing API calls --- test_scripts/curl/cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_scripts/curl/cli b/test_scripts/curl/cli index f2aebcb..36d737a 100755 --- a/test_scripts/curl/cli +++ b/test_scripts/curl/cli @@ -127,7 +127,7 @@ latestfirmware() { curl ${FLAGS} -X GET -H "Content-Type: application/json" \ -H "Authorization: Bearer ${token}" \ "https://${UCENTRALFMS}/api/v1/firmwares?latestOnly=true&deviceType=$1" > ${result_file} - jq < ${result_file} + jq < ${result_file}cd ../ } help() {