Correct a minor typo

bug/bundler_fix
root 2015-04-10 22:37:14 +05:00
parent 90d525088c
commit 19fe226b30
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ module Metasploit
def set_sane_defaults
super
# nessus_reset_login has the same default in TARGETURI, but rspec doesn't check nessus_reset_login
# nessus_rest_login has the same default in TARGETURI, but rspec doesn't check nessus_rest_login
# so we have to set the default here, too.
self.uri = '/session'
end