diff options
Diffstat (limited to 'lib/chef/resource/homebrew_cask.rb')
-rw-r--r-- | lib/chef/resource/homebrew_cask.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/resource/homebrew_cask.rb b/lib/chef/resource/homebrew_cask.rb index c8d6fa6bda..347e1ca435 100644 --- a/lib/chef/resource/homebrew_cask.rb +++ b/lib/chef/resource/homebrew_cask.rb @@ -25,7 +25,6 @@ class Chef class HomebrewCask < Chef::Resource unified_mode true - resource_name :homebrew_cask provides(:homebrew_cask) { true } description "Use the homebrew_cask resource to install binaries distributed via the Homebrew package manager." |