From 099bc51300a45bf821ccb63cd3e3adefac798fb9 Mon Sep 17 00:00:00 2001 From: Ethan Dennis Date: Wed, 7 Sep 2022 08:45:24 -0700 Subject: [PATCH] Update gitlab/4-custom-transformers.md Co-authored-by: j-dunham --- gitlab/4-custom-transformers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/4-custom-transformers.md b/gitlab/4-custom-transformers.md index 92898d1..25e0fbb 100644 --- a/gitlab/4-custom-transformers.md +++ b/gitlab/4-custom-transformers.md @@ -77,7 +77,7 @@ Now we can begin to write the custom transformer. Customer transformers use a DS code transformers.rb ``` -Next, we will define a `transform` method for the `sleep` identifier by adding the following code to `transformers.rb`: +Next, we will define a `transform` method for the `artifacts.terraform` identifier by adding the following code to `transformers.rb`: ```ruby transform "artifacts.terraform" do |item|