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