mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Removed an errant call to ap(config) that ended up in the committed version of the script
This commit is contained in:
parent
20742bdde0
commit
8b42180f31
1 changed files with 0 additions and 1 deletions
|
|
@ -160,7 +160,6 @@ function action(host, port)
|
|||
-- indicate the access method - I know about SSH, HTTP, and Smart HTTP
|
||||
local access1, access2, reponame = string.match(
|
||||
config, "([@/])"..url.."([:/])([%w._-]+/?[%w._-]+)[%s$]")
|
||||
ap(config)
|
||||
if reponame then
|
||||
-- Try and cut off the '.git' extension
|
||||
reponame = string.match(reponame, "(.+)%.git") or reponame
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue