summaryrefslogtreecommitdiff
path: root/lib/chef/resource/homebrew_cask.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-26 11:55:39 -0700
committerTim Smith <tsmith@chef.io>2018-10-26 11:55:39 -0700
commitf183822775dc7f1b10ea246acdd0fe6191da91b3 (patch)
treec629239d6609cd4fc7514133ba17015fff0897ac /lib/chef/resource/homebrew_cask.rb
parentecd1a09f60cc7946021499ec1407c389cbcaa4be (diff)
downloadchef-f183822775dc7f1b10ea246acdd0fe6191da91b3.tar.gz
Update description fields from the docs sitedescriptions
Minor syncs from the docs site. Signed-off-by: Tim Smith <tsmith@chef.io>
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 5789570b01..626ae02a69 100644
--- a/lib/chef/resource/homebrew_cask.rb
+++ b/lib/chef/resource/homebrew_cask.rb
@@ -37,7 +37,7 @@ class Chef
name_property: true
property :options, String,
- description: "Options to pass to the brew CLI during installation."
+ description: "Options to pass to the brew command during installation."
property :install_cask, [TrueClass, FalseClass],
description: "Automatically install the Homebrew cask tap, if necessary.",
@@ -48,7 +48,7 @@ class Chef
default: "/usr/local/bin/brew"
property :owner, String,
- description: "The owner of the homebrew installation.",
+ description: "The owner of the Homebrew installation.",
default: lazy { find_homebrew_username }
action :install do