diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-06-23 13:21:11 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-06-23 13:23:35 -0700 |
commit | f0491d4bd2ced637bdae3736633acf5aadacbce1 (patch) | |
tree | 8ebb4cb0a5cadd24ac6ec51396c241faf1df1194 /lib/chef/cookbook | |
parent | 8b6bea70fe55d466d3ba41e87d799a9b18837ba2 (diff) | |
download | chef-f0491d4bd2ced637bdae3736633acf5aadacbce1.tar.gz |
Pull in misc docs / comment updates from master
This just makes the diff easier
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/cookbook')
-rw-r--r-- | lib/chef/cookbook/file_system_file_vendor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/cookbook/file_system_file_vendor.rb b/lib/chef/cookbook/file_system_file_vendor.rb index 9cf3593838..a4a6711270 100644 --- a/lib/chef/cookbook/file_system_file_vendor.rb +++ b/lib/chef/cookbook/file_system_file_vendor.rb @@ -27,7 +27,7 @@ class Chef # and throws the rest away then re-builds the list of files on the # disk. This is due to the manifest not having the on-disk file # locations, since in the chef-client case, that information is - # non-sensical. + # nonsensical. class FileSystemFileVendor < FileVendor attr_reader :cookbook_name |