From 525053d56007263029d4360088026d59525e5d7f Mon Sep 17 00:00:00 2001 From: j-dunham Date: Mon, 15 Aug 2022 18:18:21 -0400 Subject: [PATCH] Update gitlab/valet-custom-transformers-lab.md Co-authored-by: Begona Guereca --- gitlab/valet-custom-transformers-lab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/valet-custom-transformers-lab.md b/gitlab/valet-custom-transformers-lab.md index b9fc0aa..3bb07bb 100644 --- a/gitlab/valet-custom-transformers-lab.md +++ b/gitlab/valet-custom-transformers-lab.md @@ -83,7 +83,7 @@ Note: If you were unsure what `item` represents, you could use some basic ruby t end ``` ## Run Again with Customer Transformers -To run the `dry-run` with our custom transformer we will add the `--custom-transformers` option followed by the path of the ruby file +To run the `dry-run` with our custom transformer we will add the `--custom-transformers` flag followed by the path of the custom transformer ruby file ```bash gh valet dry-run gitlab --output-dir tmp --namespace valet --project terraform-example --custom-transformers transformers.rb ```