diff --git a/scripts/gopher-ls.nse b/scripts/gopher-ls.nse index 8b9a2221b..304c1bb26 100644 --- a/scripts/gopher-ls.nse +++ b/scripts/gopher-ls.nse @@ -54,6 +54,6 @@ action = function( host, port ) end line = buffer() end - return stdnse.strjoin(", ", files) + return "\n" .. stdnse.strjoin("\n", files) end