Skip to content

Commit

Permalink
Added fix for travis-ci stalls
Browse files Browse the repository at this point in the history
  • Loading branch information
jas- committed Oct 17, 2015
1 parent 0d4da76 commit 7556c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node-libnmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ var version = 'v0.2.11'
, ip = new v6.Address(block)
, ipv6 = (ip.isValid()) ? ' -6 ' : ' '
, proto = (opts.udp) ? ' -sU' : ' '
, to = '--host-timeout='+opts.timeout+' ';
, to = '--host-timeout='+opts.timeout+'s ';

return (opts.ports) ?
opts.nmap+proto+' '+to+flags+ipv6+'-p'+opts.ports+' '+block :
Expand Down

0 comments on commit 7556c0c

Please sign in to comment.