diff options
author | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2016-02-04 21:36:51 -0500 |
---|---|---|
committer | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2016-02-04 21:37:12 -0500 |
commit | a655b753400d5925d749fec36413a51ceead523c (patch) | |
tree | b3560f86934a0d64efc292b6b80edc256d404be5 /omnibus/config/projects/angrychef.rb | |
parent | d037e0d80699989dfe218b6bb12c8e68cc64459a (diff) | |
download | chef-a655b753400d5925d749fec36413a51ceead523c.tar.gz |
Transport current_file fix to angrychef. Commnts for chef-fips
Diffstat (limited to 'omnibus/config/projects/angrychef.rb')
-rw-r--r-- | omnibus/config/projects/angrychef.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/omnibus/config/projects/angrychef.rb b/omnibus/config/projects/angrychef.rb index f1e578fdc1..48902e6607 100644 --- a/omnibus/config/projects/angrychef.rb +++ b/omnibus/config/projects/angrychef.rb @@ -19,6 +19,7 @@ # test machines. As such this project definition is just a thin wrapper around # `config/project/chef.rb`. # +current_file = __FILE__ chef_project_contents = IO.read(File.expand_path("../chef.rb", __FILE__)) self.instance_eval chef_project_contents |