diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-07-07 15:54:52 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-07-07 17:32:22 -0700 |
commit | 6c4c32340ac0fcebb53768cb78f5760e55c35514 (patch) | |
tree | 70de57d90bacbe6be118c9b6ead9efc1e650098e /omnibus | |
parent | ed460911a49716817ded2986e81a5116dfbb795e (diff) | |
download | chef-6c4c32340ac0fcebb53768cb78f5760e55c35514.tar.gz |
Fix quotes for Chefstyle
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/config/projects/angrychef.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/config/projects/angrychef.rb b/omnibus/config/projects/angrychef.rb index c5d110408d..57f2c023fe 100644 --- a/omnibus/config/projects/angrychef.rb +++ b/omnibus/config/projects/angrychef.rb @@ -20,7 +20,7 @@ # `config/project/chef.rb`. # current_file = __FILE__ -chef_project_contents = IO.read(File.expand_path('chef.rb', __dir__)) +chef_project_contents = IO.read(File.expand_path("chef.rb", __dir__)) instance_eval chef_project_contents name "angrychef" |