From efa46fcd9d2814d46da38d81cbfb8b682e34f1d0 Mon Sep 17 00:00:00 2001 From: j-dunham Date: Wed, 28 Sep 2022 16:36:56 -0400 Subject: [PATCH] remove spaces --- gitlab/5-custom-transformers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlab/5-custom-transformers.md b/gitlab/5-custom-transformers.md index 122098c..6c546b7 100644 --- a/gitlab/5-custom-transformers.md +++ b/gitlab/5-custom-transformers.md @@ -94,8 +94,8 @@ Now, we can perform a `dry-run` command with the `--custom-transformers` CLI opt ```console $ gh valet dry-run gitlab --output-dir tmp --namespace valet --project terraform-example --custom-transformers transformers.rb [2022-09-28 20:29:41] Logs: 'tmp/log/valet-20220928-202941.log' -This is the item: $PLAN_JSON -[2022-09-28 20:29:43] Output file(s): +This is the item: $PLAN_JSON +[2022-09-28 20:29:43] Output file(s): [2022-09-28 20:29:43] tmp/valet/terraform-example/.github/workflows/terraform-example.yml ```