summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/ips.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/package/ips.rb')
-rw-r--r--lib/chef/provider/package/ips.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/package/ips.rb b/lib/chef/provider/package/ips.rb
index 686ffe96ee..fb96c0af40 100644
--- a/lib/chef/provider/package/ips.rb
+++ b/lib/chef/provider/package/ips.rb
@@ -35,7 +35,7 @@ class Chef
super
requirements.assert(:all_actions) do |a|
- a.assertion { !@candidate_version.nil? }
+ a.assertion do !@candidate_version.nil? end
a.failure_message Chef::Exceptions::Package, "Package #{new_resource.package_name} not found"
a.whyrun "Assuming package #{new_resource.package_name} would have been made available."
end