Remove extraneous whitespace

bug/bundler_fix
William Vu 2016-02-10 09:44:01 -06:00
parent 1d6b782cc8
commit c67360f436
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class Metasploit3 < Msf::Exploit::Remote
], self.class)
register_advanced_options([
OptPort.new('XJenkinsCliPort', [ false, 'The X-Jenkins-CLI port. If this is set, the TARGETURI option is ignored.'])
OptPort.new('XJenkinsCliPort', [false, 'The X-Jenkins-CLI port. If this is set, the TARGETURI option is ignored.'])
], self.class)
end