Skip to content

Commit

Permalink
fix(docs): use proper syntax for query parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSussman committed Jul 3, 2024
1 parent 7f7193e commit 89b0ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/usage/open_id_connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ steps:
commands:
- >
AUTH_TOKEN=$(curl -H "Authorization: Bearer $VELA_ID_TOKEN_REQUEST_TOKEN"
"$VELA_ID_TOKEN_REQUEST_URL&audience=artifactory" |
"$VELA_ID_TOKEN_REQUEST_URL?audience=artifactory" |
jq -r '.value')
- >
REQ=$(curl -s -X POST -H "Token: $AUTH_TOKEN"
Expand Down

0 comments on commit 89b0ea2

Please sign in to comment.