Skip to content

Commit

Permalink
fix: fix a command in the quick-start page (#8782)
Browse files Browse the repository at this point in the history
Update quick-start.md

Remove a leftover "`" character

Signed-off-by: İnanç DOKUREL <[email protected]>
  • Loading branch information
inancdokurel authored May 16, 2022
1 parent 2221fd1 commit 39fbdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Next, Download the latest Argo CLI from our [releases page](https://github.com/a
Finally, submit an example workflow:

```bash
argo submit -n argo --watch https://raw.githubusercontent.com/argoproj/argo-workflows/master/examples/hello-world.yaml`
argo submit -n argo --watch https://raw.githubusercontent.com/argoproj/argo-workflows/master/examples/hello-world.yaml
```

The `--watch` flag used above will allow you to observe the workflow as it runs and the status of whether it succeeds.
Expand Down

0 comments on commit 39fbdb2

Please sign in to comment.