diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-06-26 16:27:12 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-06-26 16:27:12 -0700 |
commit | bb8b819aee710a4d0580fdabd65708f4b190c538 (patch) | |
tree | fd7679ed970d43b7d52dd21ca4f9c084d06f9dde /lib/chef | |
parent | 2b3d538d6eab8683445ad393c35303ec8433790e (diff) | |
download | chef-bb8b819aee710a4d0580fdabd65708f4b190c538.tar.gz |
Fix a typo in the hostname resource property descriptions
Fix this so we can fix the docs site
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/resource/hostname.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/hostname.rb b/lib/chef/resource/hostname.rb index ac4e1c98c0..f22eda809e 100644 --- a/lib/chef/resource/hostname.rb +++ b/lib/chef/resource/hostname.rb @@ -31,7 +31,7 @@ class Chef name_property: true property :compile_time, [ TrueClass, FalseClass ], - description: "Determines whether or not the resource shoul be run at compile time.", + description: "Determines whether or not the resource should be run at compile time.", default: true, desired_state: false property :ipaddress, String, |