Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit be8cba1

Browse files
author
Sander van Harmelen
committed
Removed space in comment...
1 parent 3be9ea1 commit be8cba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/rule.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_rules(new_resource, rules)
3939
new_rule = rule_string(new_resource, rule, true)
4040
new_rule.gsub!("-A #{new_resource.chain}", "-A #{test_chains.first}")
4141

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

0 commit comments

Comments
 (0)