cloudformation-guard: style improvements
Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>master
parent
b6ec8ba566
commit
a65b364d19
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue