Skip to content

Commit

Permalink
docs: fixed typo (argoproj#3972)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwfichtner authored Sep 9, 2020
1 parent 29363b6 commit ca55c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/workflow-submitting-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
curl http://argo-server:2746/api/v1/workflows/argo/submit \
-fs \
-H "Authorization: Bearer eyJhbGci..." \
-d '{"resourceKind": "WorkflowTemplate", "resourceName": "wait", "submitOptions": {"labels": "workflows.argoproj.io/workflow-template=wait"}}' ```
-d '{"resourceKind": "WorkflowTemplate", "resourceName": "wait", "submitOptions": {"labels": "workflows.argoproj.io/workflow-template=wait"}}'
```
See also:
Expand Down

0 comments on commit ca55c83

Please sign in to comment.