From 3355bf155b9d721518c146a1af38966bf5b3e191 Mon Sep 17 00:00:00 2001 From: Jason Washburn <35488541+jasonwashburn@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:48:21 -0500 Subject: [PATCH] Fix version command in simple tutorial --- website/docs/quick-start/simple/configure-cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/quick-start/simple/configure-cli.mdx b/website/docs/quick-start/simple/configure-cli.mdx index dada28dd6..0c3412ece 100644 --- a/website/docs/quick-start/simple/configure-cli.mdx +++ b/website/docs/quick-start/simple/configure-cli.mdx @@ -33,7 +33,7 @@ Therefore, this file should exist in the project repository alongside your Terra Let's ensure you've [properly installed Atmos](/install) by running the following command. ```bash -atmos --version +atmos version ``` You should see something like this...