Add super call

bug/bundler_fix
Meatballs 2014-12-23 14:12:47 +00:00
parent 43221d4cb0
commit 313d6cc2f8
No known key found for this signature in database
GPG Key ID: 5380EAF01F2F8B38
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@ class Metasploit4 < Msf::Exploit::Remote
end
setup_git unless git_uri.blank?
setup_mercurial unless mercurial_uri.blank?
super
end
def setup_git