Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit f3ed383

Browse files
authored
Merge pull request #1413 from openark/tomkrouper-patch-1
Update orchestrator-client to append headers_auth
2 parents dabfb16 + 4cf493e commit f3ed383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/bin/orchestrator-client

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function get_curl_auth_params {
158158
fi
159159

160160
if [[ -n "${headers_auth}" ]]; then
161-
requires_auth="-H "${headers_auth}""
161+
requires_auth+=" -H "${headers_auth}""
162162
fi
163163

164164
# Test API access

0 commit comments

Comments
 (0)