diff options
author | jkeiser <jkeiser@opscode.com> | 2013-01-02 21:48:33 -0800 |
---|---|---|
committer | John Keiser <jkeiser@opscode.com> | 2013-06-07 13:12:14 -0700 |
commit | 081ef5e41c3178c4f0d6ac0e76dda70b57d00a80 (patch) | |
tree | 26256253bd0eab6f11a9250095e49c99127a41eb /lib/chef/chef_fs/knife.rb | |
parent | 767205d191adf968d2ffd28e6498f5e663fafe06 (diff) | |
download | chef-081ef5e41c3178c4f0d6ac0e76dda70b57d00a80.tar.gz |
Tests for empty and extra files/directories
Diffstat (limited to 'lib/chef/chef_fs/knife.rb')
-rw-r--r-- | lib/chef/chef_fs/knife.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/chef_fs/knife.rb b/lib/chef/chef_fs/knife.rb index 8964e6ac28..b70d5341ae 100644 --- a/lib/chef/chef_fs/knife.rb +++ b/lib/chef/chef_fs/knife.rb @@ -48,7 +48,7 @@ class Chef end end - # Smooth out some inappropriate (for know) variable defaults in Chef. + # Smooth out some inappropriate (for now) variable defaults in Chef. def config_var(name) case name when :data_bag_path |