Remove --local-interfaces as it is no longer needed
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
parent
6bf7659b19
commit
292cf009e6
|
@ -60,7 +60,7 @@ files_for_paths.each do |path, files|
|
|||
FileUtils.mkdir_p html_dir
|
||||
|
||||
files.each do |file|
|
||||
command = "#{ARGV[0]} --local-interfaces #{file} --html --html-dir=#{html_dir}"
|
||||
command = "#{ARGV[0]} #{file} --html --html-dir=#{html_dir}"
|
||||
puts command
|
||||
puts `#{command}`
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user