Skip to content

Commit

Permalink
Removed space in comment...
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander van Harmelen committed Mar 18, 2014
1 parent 3be9ea1 commit be8cba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/rule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_rules(new_resource, rules)
new_rule = rule_string(new_resource, rule, true)
new_rule.gsub!("-A #{new_resource.chain}", "-A #{test_chains.first}")

# Test for jumps to chains that are not actually created on the systemyet, but are already processed in the current recipe
# Test for jumps to chains that are not actually created on the system yet, but are already processed in the current recipe
if node["simple_iptables"]["chains"][new_resource.table].include?(new_resource.jump)
test_chains.push("_chef_lwrp_test2")
cleanup_test_chain(new_resource.table, test_chains.last)
Expand Down

0 comments on commit be8cba1

Please sign in to comment.