Skip to content

Commit

Permalink
fix(workflow-event-bindings): removing unneeded ':' in protocol (#4893)
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Gaskin <igaskin@tesla.com>
  • Loading branch information
igaskin committed Jan 15, 2021
1 parent ecbca6c commit 1f13241
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const WorkflowEventBindings = ({match, location, history}: RouteComponent
</p>
<p>
<code>
curl '{document.location.protocol}://{document.location.host}/api/v1/events/{namespace}/-' -H 'Content-Type: application/json' -H 'Authorization:
curl '{document.location.protocol}//{document.location.host}/api/v1/events/{namespace}/-' -H 'Content-Type: application/json' -H 'Authorization:
$ARGO_TOKEN' -d '&#123;&#125;'
</code>
</p>
Expand Down

0 comments on commit 1f13241

Please sign in to comment.