diff --git a/scripts/gopher-ls.nse b/scripts/gopher-ls.nse index 304c1bb26..36fe8f5fe 100644 --- a/scripts/gopher-ls.nse +++ b/scripts/gopher-ls.nse @@ -52,7 +52,7 @@ action = function( host, port ) table.insert(files, string.format("%s %s", typelabel(type), label)) end end - line = buffer() + line = buffer() end return "\n" .. stdnse.strjoin("\n", files) end