From 68ff845aa6e052f7dd34f82c7b7242c1e158699b Mon Sep 17 00:00:00 2001 From: james Hart Date: Wed, 24 Jul 2024 14:25:00 +0100 Subject: [PATCH] debug the command --- scripts/get-sc-data.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/get-sc-data.sh b/scripts/get-sc-data.sh index ebc48e6..ecbf084 100644 --- a/scripts/get-sc-data.sh +++ b/scripts/get-sc-data.sh @@ -35,7 +35,8 @@ else fi http_sc() { - http "${SC_HTTPIE_OPTS[@]}" "${SC_API_ENDPOINT}/$@" + echo "Command is http --debug ${SC_HTTPIE_OPTS[@]} ${SC_API_ENDPOINT}/$@" + http --debug "${SC_HTTPIE_OPTS[@]}" "${SC_API_ENDPOINT}/$@" } echo "COMPONENT_NAME is ${COMPONENT_NAME}" >&2