diff options
author | Tim Smith <tsmith@chef.io> | 2018-09-06 21:42:46 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-09-06 21:42:46 -0700 |
commit | 82af69f30b70aa66bac9b60f066c773a100d8cc3 (patch) | |
tree | 2eaed29fcc8fbf93b54d4cdca7773b30a327db13 /lib/chef | |
parent | 8b352f2eb76fbda54a8fd59a493e0e7257ac4b90 (diff) | |
download | chef-82af69f30b70aa66bac9b60f066c773a100d8cc3.tar.gz |
Fix a description to match the docs site
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/resource/build_essential.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/build_essential.rb b/lib/chef/resource/build_essential.rb index a3484ee142..99722b14ed 100644 --- a/lib/chef/resource/build_essential.rb +++ b/lib/chef/resource/build_essential.rb @@ -29,7 +29,7 @@ class Chef property :name, String, default: "" property :compile_time, [TrueClass, FalseClass], - description: "Install build essential packages at compile time.", + description: "Install the build essential packages at compile time.", default: false action :install do |