From 39fbdb2a551482c5ae2860fd266695c0113cb7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0nan=C3=A7=20Dokurel?= Date: Mon, 16 May 2022 17:54:37 +0300 Subject: [PATCH] fix: fix a command in the quick-start page (#8782) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update quick-start.md Remove a leftover "`" character Signed-off-by: İnanç DOKUREL --- docs/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index f5da26cb1c37..862a17175b86 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -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.