mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Use File instead of IO
Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
65f27bf31b
commit
45eadb69df
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ build_iteration 1
|
|||
|
||||
# Load dynamically updated overrides
|
||||
overrides_path = File.expand_path('../../../../omnibus_overrides.rb', __FILE__)
|
||||
instance_eval(IO.read(overrides_path), overrides_path)
|
||||
instance_eval(File.read(overrides_path), overrides_path)
|
||||
|
||||
dependency 'preparation'
|
||||
|
||||
|
|
Loading…
Reference in a new issue