cloudformation-guard: style improvements

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
master
Julian Berman 2021-05-15 15:22:10 -04:00 committed by Carlo Cabrera
parent b6ec8ba566
commit a65b364d19
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0
1 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,6 @@ class CloudformationGuard < Formula
(testpath/"test-ruleset").write <<~EOS
AWS::EC2::Volume Size == 99
EOS
system "#{bin}/cfn-guard", "check", "-r", "test-ruleset", "-t", "test-template.yml"
system bin/"cfn-guard", "check", "-r", "test-ruleset", "-t", "test-template.yml"
end
end