diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-07-07 15:28:50 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-07-15 12:31:42 -0700 |
commit | cb635d865bd3a0c386d7d361ee2251aae99a33bf (patch) | |
tree | e77ec61d1126102710da264832b2a6f935acfa5d /omnibus | |
parent | f681ac8e2a96c9f4ba38905054623315f625403b (diff) | |
download | chef-cb635d865bd3a0c386d7d361ee2251aae99a33bf.tar.gz |
Apply chefstyle fixes from Infra Client 16
This just makes it easier to diff the codebases by backporting some minor cleanup.
Layout/EmptyLinesAroundAttributeAccessor
Style/ExpandPathArguments
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 eb6dce476d..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", __FILE__)) +chef_project_contents = IO.read(File.expand_path("chef.rb", __dir__)) instance_eval chef_project_contents name "angrychef" |