Correct a minor typo
parent
90d525088c
commit
19fe226b30
|
@ -82,7 +82,7 @@ module Metasploit
|
||||||
|
|
||||||
def set_sane_defaults
|
def set_sane_defaults
|
||||||
super
|
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.
|
# so we have to set the default here, too.
|
||||||
self.uri = '/session'
|
self.uri = '/session'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue