Remove --local-interfaces as it is no longer needed

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
Danila Fedorin 2024-08-18 12:29:35 -10:00
parent 6bf7659b19
commit 292cf009e6

View File

@ -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}`