mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
rename parse_config back to parse_config_file
Signed-off-by: Dominik Richter <dominik@vulcanosec.com>
This commit is contained in:
parent
1344fba629
commit
6faf07aa7d
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ module Serverspec
|
|||
PConfig.new(content, opts)
|
||||
end
|
||||
|
||||
def config_file(file, opts={})
|
||||
def parse_config_file(file, opts={})
|
||||
p = PConfig.new(nil, opts)
|
||||
p.parse_file(file)
|
||||
p
|
||||
|
|
Loading…
Reference in a new issue