Update gitlab/valet-custom-transformers-lab.md

Co-authored-by: Begona Guereca <[email protected]>
This commit is contained in:
j-dunham
2022-08-15 18:18:21 -04:00
committed by GitHub
co-authored by Begona Guereca
parent e3fabd5e2b
commit 525053d560
+1 -1
View File
@@ -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
```