Forget about it

bug/bundler_fix
sinn3r 2013-07-29 12:14:14 -05:00
parent 434ffa143e
commit 8f94e9a362
1 changed files with 0 additions and 1 deletions

1
msfcli
View File

@ -28,7 +28,6 @@ class Msfcli
if @args[:module_name] =~ /^exploit(s)*\//i
@args[:module_name] = @args[:module_name].split('/')
@args[:module_name] = @args[:module_name][1, @args[:module_name].length] * "/"
@args[:module_name] = "exploits/" + '@args[:module_name]'
end
end