summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-05 12:19:30 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-16 15:23:29 -0700
commit39ed911c096ce69505c8031fb73dd7fd7a93e580 (patch)
tree703a2e9161c5c45d610adcd6b2844bfb7838a114
parentab90fa4ea825b92cf9406562c63424c14f7242e2 (diff)
downloadchef-39ed911c096ce69505c8031fb73dd7fd7a93e580.tar.gz
Improve the homebrew_user description for documentation
This can be a name or UID Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/homebrew_package.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/homebrew_package.rb b/lib/chef/resource/homebrew_package.rb
index 4ec7a20272..5bcba3ed56 100644
--- a/lib/chef/resource/homebrew_package.rb
+++ b/lib/chef/resource/homebrew_package.rb
@@ -33,7 +33,7 @@ class Chef
introduced "12.0"
property :homebrew_user, [ String, Integer ],
- description: "The name of the Homebrew owner to be used by #{Chef::Dist::PRODUCT} when executing a command."
+ description: "The name or uid of the Homebrew owner to be used by #{Chef::Dist::PRODUCT} when executing a command."
end
end