Skip to content

Commit

Permalink
fix(docs): use proper syntax for query parameter (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSussman committed Jul 15, 2024
1 parent 7f7193e commit ec00031
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 ec00031

Please sign in to comment.