Skip to content

Commit d2c7dbe

Browse files
committed
Merge remote-tracking branch 'wchen-r7/type_error_dir_scanner' into rapid7
2 parents 917282c + 8798567 commit d2c7dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/auxiliary/wmapmodule.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def wmap_base_url
7171
else
7272
res << datastore['VHOST']
7373
end
74-
res << ":" + wmap_target_port
74+
res << ":" + wmap_target_port.to_s
7575
res
7676
end
7777

0 commit comments

Comments
 (0)