summaryrefslogtreecommitdiff
path: root/lib/chef/resource/homebrew_cask.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/homebrew_cask.rb')
-rw-r--r--lib/chef/resource/homebrew_cask.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/homebrew_cask.rb b/lib/chef/resource/homebrew_cask.rb
index 70e1d7c6bb..db224dbf15 100644
--- a/lib/chef/resource/homebrew_cask.rb
+++ b/lib/chef/resource/homebrew_cask.rb
@@ -24,7 +24,7 @@ class Chef
class Resource
class HomebrewCask < Chef::Resource
resource_name :homebrew_cask
- provides(:homebrew_cask) { true }
+ provides(:homebrew_cask) do true end
description "Use the homebrew_cask resource to install binaries distributed via the Homebrew package manager."
introduced "14.0"