summaryrefslogtreecommitdiff
path: root/lib/chef/resource/homebrew_package.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/homebrew_package.rb')
-rw-r--r--lib/chef/resource/homebrew_package.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/chef/resource/homebrew_package.rb b/lib/chef/resource/homebrew_package.rb
index 9d8c7b2596..930e25d820 100644
--- a/lib/chef/resource/homebrew_package.rb
+++ b/lib/chef/resource/homebrew_package.rb
@@ -20,6 +20,7 @@
require "chef/provider/package"
require "chef/resource/package"
+require "chef/dist"
class Chef
class Resource
@@ -31,7 +32,7 @@ class Chef
introduced "12.0"
property :homebrew_user, [ String, Integer ],
- description: "The name of the Homebrew owner to be used by the chef-client when executing a command."
+ description: "The name of the Homebrew owner to be used by the #{Chef::Dist::CLIENT} when executing a command."
end
end