Skip to content

Commit

Permalink
Merge pull request openark#1413 from openark/tomkrouper-patch-1
Browse files Browse the repository at this point in the history
Update orchestrator-client to append headers_auth
  • Loading branch information
shlomi-noach authored Oct 26, 2021
2 parents dabfb16 + 4cf493e commit f3ed383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/bin/orchestrator-client
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function get_curl_auth_params {
fi

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

# Test API access
Expand Down

0 comments on commit f3ed383

Please sign in to comment.