summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-09-06 21:42:46 -0700
committerTim Smith <tsmith@chef.io>2018-09-06 21:42:46 -0700
commit82af69f30b70aa66bac9b60f066c773a100d8cc3 (patch)
tree2eaed29fcc8fbf93b54d4cdca7773b30a327db13
parent8b352f2eb76fbda54a8fd59a493e0e7257ac4b90 (diff)
downloadchef-82af69f30b70aa66bac9b60f066c773a100d8cc3.tar.gz
Fix a description to match the docs site
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/build_essential.rb2
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