Skip to content

Commit

Permalink
debug the command
Browse files Browse the repository at this point in the history
  • Loading branch information
james-jdgtl committed Jul 24, 2024
1 parent 75ff017 commit 68ff845
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/get-sc-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68ff845

Please sign in to comment.