mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Fix a typo in calling stdnse.format_ouptut(). See #2622
This commit is contained in:
parent
a0d24d0518
commit
92995af023
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ local function process_instance( instance )
|
|||
instanceOutput["name"] = string.format( "[%s]", instance:GetName() )
|
||||
table.insert( instanceOutput, output )
|
||||
|
||||
return stdnse.format_ouptut(true, instanceOutput)
|
||||
return stdnse.format_output(true, instanceOutput)
|
||||
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue