summaryrefslogtreecommitdiff
path: root/omnibus/config/projects/angrychef.rb
diff options
context:
space:
mode:
Diffstat (limited to 'omnibus/config/projects/angrychef.rb')
-rw-r--r--omnibus/config/projects/angrychef.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/config/projects/angrychef.rb b/omnibus/config/projects/angrychef.rb
index c585c73040..e89dd80fab 100644
--- a/omnibus/config/projects/angrychef.rb
+++ b/omnibus/config/projects/angrychef.rb
@@ -19,7 +19,7 @@
# test machines. As such this project definition is just a thin wrapper around
# `config/project/chef.rb`.
#
-chef_project_contents = IO.read(File.expand_path('../chef.rb', __FILE__))
+chef_project_contents = IO.read(File.expand_path("../chef.rb", __FILE__))
self.instance_eval chef_project_contents
name "angrychef"