From 533cd291e77e5c3d90a1b295309766668deb2d6e Mon Sep 17 00:00:00 2001 From: Daniel Font Date: Wed, 23 Aug 2023 10:54:11 +0200 Subject: [PATCH] [OPT-935] Fix typo in shell example. --- docs/Quickstart-Guide-for-Beginners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Quickstart-Guide-for-Beginners.md b/docs/Quickstart-Guide-for-Beginners.md index 5a5dd01e..cbea97c0 100644 --- a/docs/Quickstart-Guide-for-Beginners.md +++ b/docs/Quickstart-Guide-for-Beginners.md @@ -83,7 +83,7 @@ With this two files we are ready to execute the `parse` command in order to gene ```shell startleft parse \ --iac-type TERRAFORM \ - --default-mapping-filefile iriusrisk-tf-aws-mapping.yaml \ + --default-mapping-file iriusrisk-tf-aws-mapping.yaml \ --output-file multinetwork_security_groups_with_lb.otm \ --project-name "Terraform MN Security Groups with LB" \ --project-id "tf-mn-sg-lb" \