diff options
Diffstat (limited to 'spec/data/config.rb')
-rw-r--r-- | spec/data/config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/data/config.rb b/spec/data/config.rb index 2b1fcdc341..0b3340ce57 100644 --- a/spec/data/config.rb +++ b/spec/data/config.rb @@ -2,5 +2,5 @@ # Sample Chef Config File # -cookbook_path = "/etc/chef/cookbook", "/etc/chef/site-cookbook" +cookbook_path "/etc/chef/cookbook", "/etc/chef/site-cookbook" |