From f183822775dc7f1b10ea246acdd0fe6191da91b3 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 26 Oct 2018 11:55:39 -0700 Subject: Update description fields from the docs site Minor syncs from the docs site. Signed-off-by: Tim Smith --- lib/chef/resource/homebrew_cask.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/chef/resource/homebrew_cask.rb') 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 -- cgit v1.2.1