Skip to content

Commit 9d0177f

Browse files
committed
updated kong_api.sh
1 parent 55da092 commit 9d0177f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internet/kong_api.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,5 @@ fi
160160
export CURL_AUTH_HEADER="Kong-Admin-Token:"
161161
export TOKEN="${KONG_TOKEN:-${TOKEN:-no_token_given}}"
162162

163-
"$srcdir/curl_auth.sh" "$url" ${CURL_OPTS:+"${CURL_OPTS[@]}"} "$@" |
163+
"$srcdir/../bin/curl_auth.sh" "$url" ${CURL_OPTS:+"${CURL_OPTS[@]}"} "$@" |
164164
jq_debug_pipe_dump

0 commit comments

Comments
 (0)