summaryrefslogtreecommitdiff
path: root/omnibus/config/projects/chef-fips.rb
diff options
context:
space:
mode:
Diffstat (limited to 'omnibus/config/projects/chef-fips.rb')
-rw-r--r--omnibus/config/projects/chef-fips.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/config/projects/chef-fips.rb b/omnibus/config/projects/chef-fips.rb
index 32bbbc9c48..fbb28fa5cc 100644
--- a/omnibus/config/projects/chef-fips.rb
+++ b/omnibus/config/projects/chef-fips.rb
@@ -18,7 +18,7 @@
# This is the chef client build with FIPS mode enabled.
# It's a stub for now and produces identical results
#
-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 "chef-fips"