mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Separate gopher-ls entries with newlines instead of commas.
This commit is contained in:
parent
0658e53070
commit
80f7754d01
1 changed files with 1 additions and 1 deletions
|
|
@ -54,6 +54,6 @@ action = function( host, port )
|
|||
end
|
||||
line = buffer()
|
||||
end
|
||||
return stdnse.strjoin(", ", files)
|
||||
return "\n" .. stdnse.strjoin("\n", files)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue