Skip to content

Commit

Permalink
Fix travis.yml default value for threatstack_ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
John Baublitz committed Aug 9, 2018
1 parent a649898 commit 365c536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ provisioner:
threatstack_pkg: <%= ENV['TS_PACKAGE_VERSION'] %>
<% end %>
<% if ENV['TS_RULE_SETS'] %>
threatstack_ruleset: "<%= ENV['TS_RULE_SETS'] != nil ? ENV['TS_RULE_SETS'] : 'Base Rule Set' %>"
threatstack_ruleset: "<%= ENV['TS_RULE_SETS'] %>"
<% end %>

platforms:
Expand Down

0 comments on commit 365c536

Please sign in to comment.