From 8c0bb6c850ee8e7b0901899b7fb55c4e581aa147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0nan=C3=A7=20Dokurel?= Date: Mon, 16 May 2022 16:48:07 +0300 Subject: [PATCH] Update quick-start.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.