diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-10-28 16:33:09 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-10-28 16:33:09 -0700 |
commit | e219b5c5d52db3bde5d5c939263cf50026d28540 (patch) | |
tree | 0c4a35ef31775051d54ca8dad4a10cf115a95399 | |
parent | 4923ee5788b830e560d535628b9999e0f958ccf4 (diff) | |
download | chef-e219b5c5d52db3bde5d5c939263cf50026d28540.tar.gz |
Improve the example text
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | lib/chef/resource/scm/_scm.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/scm/_scm.rb b/lib/chef/resource/scm/_scm.rb index bb134424d5..573d8b9b94 100644 --- a/lib/chef/resource/scm/_scm.rb +++ b/lib/chef/resource/scm/_scm.rb @@ -34,7 +34,7 @@ property :revision, String, property :user, [String, Integer], description: "The system user that will own the checked-out code.", - default_description: "`HOME` environment variable of the current user" + default_description: "`HOME` environment variable of the user running #{ChefUtils::Dist::Infra::CLIENT}" property :group, [String, Integer], description: "The system group that will own the checked-out code." |