summaryrefslogtreecommitdiff
path: root/lib/chef/resource/powershell_package.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/powershell_package.rb')
-rw-r--r--lib/chef/resource/powershell_package.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/chef/resource/powershell_package.rb b/lib/chef/resource/powershell_package.rb
index ae6e410f21..58c38a6d32 100644
--- a/lib/chef/resource/powershell_package.rb
+++ b/lib/chef/resource/powershell_package.rb
@@ -37,7 +37,8 @@ class Chef
property :package_name, [String, Array], coerce: proc { |x| [x].flatten }
property :version, [String, Array], coerce: proc { |x| [x].flatten }
property :source, [String]
- property :skip_publisher_check, [true, false], default: false, introduced: "14.3", description: "Skip validating module author"
+ property :skip_publisher_check, [true, false], default: false, introduced: "14.3",
+ description: "Skip validating module author"
end
end
end