Commit 0e1b9b2a authored by Zev Isert's avatar Zev Isert Committed by Marcel Amirault

Docs: fix missing space in example cURL command

parent fc586beb
...@@ -54,7 +54,7 @@ For example: ...@@ -54,7 +54,7 @@ For example:
```shell ```shell
curl --request POST \ curl --request POST \
--form token=<token> \ --form token=<token> \
--formref=<ref_name> \ --form ref=<ref_name> \
"https://gitlab.example.com/api/v4/projects/<project_id>/trigger/pipeline" "https://gitlab.example.com/api/v4/projects/<project_id>/trigger/pipeline"
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment