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.rb8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/chef/resource/homebrew_cask.rb b/lib/chef/resource/homebrew_cask.rb
index 4c68afaab0..31134545fc 100644
--- a/lib/chef/resource/homebrew_cask.rb
+++ b/lib/chef/resource/homebrew_cask.rb
@@ -53,9 +53,7 @@ class Chef
description: "The owner of the Homebrew installation.",
default: lazy { find_homebrew_username }
- action :install do
- description "Install an application packaged as a Homebrew cask."
-
+ action :install, description: "Install an application packaged as a Homebrew cask" do
homebrew_tap "homebrew/cask" if new_resource.install_cask
unless casked?
@@ -68,9 +66,7 @@ class Chef
end
end
- action :remove do
- description "Remove an application packaged as a Homebrew cask."
-
+ action :remove, description: "Remove an application packaged as a Homebrew cask" do
homebrew_tap "homebrew/cask" if new_resource.install_cask
if casked?