diff options
author | Patrick Schaumburg <pschaumburg@tecracer.de> | 2020-03-20 12:54:11 +0100 |
---|---|---|
committer | Patrick Schaumburg <pschaumburg@tecracer.de> | 2020-03-20 12:54:11 +0100 |
commit | 3b84e9893144cdec02512981424e56522c666c0e (patch) | |
tree | e97175338f1786c9d82b6639f917aebffbf1a5bb | |
parent | b0e2e40f1df0ef6d946420fd52c2d7cfa4a74fd5 (diff) | |
download | chef-3b84e9893144cdec02512981424e56522c666c0e.tar.gz |
Fix Chefstyle lint
Signed-off-by: Patrick Schaumburg <pschaumburg@tecracer.de>
-rw-r--r-- | lib/chef/resource/windows_firewall_rule.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_firewall_rule.rb b/lib/chef/resource/windows_firewall_rule.rb index b990897aad..2f6bcebc82 100644 --- a/lib/chef/resource/windows_firewall_rule.rb +++ b/lib/chef/resource/windows_firewall_rule.rb @@ -119,7 +119,7 @@ class Chef # Need to reverse `$rule.Profile.ToString()` in powershell command current_profiles = state["profile"].split(", ").map(&:to_sym) - description state['description'] + description state["description"] displayname state["displayname"] group state["group"] local_address state["local_address"] |