mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
restore detect command
This commit is contained in:
parent
455ecd97e4
commit
9e9cb98438
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ class VulcanoCLI < Thor
|
|||
target_options
|
||||
def detect
|
||||
runner = Vulcano::Runner.new(options)
|
||||
rel = File.join(File.dirname(__FILE__), *%w{.. lib utils detect.rb})
|
||||
detect_util = File.expand_path(rel)
|
||||
runner.add_tests([detect_util])
|
||||
runner.run
|
||||
|
|
Loading…
Reference in a new issue