Remove unnecessary double expand_path
parent
8bccfef571
commit
92d07f74ff
|
@ -70,11 +70,11 @@ class MetasploitModule < Msf::Auxiliary
|
|||
end
|
||||
|
||||
def key_dir
|
||||
::File.expand_path(datastore['KEY_DIR'])
|
||||
datastore['KEY_DIR']
|
||||
end
|
||||
|
||||
def key_file
|
||||
::File.expand_path(datastore['KEY_FILE'])
|
||||
datastore['KEY_FILE']
|
||||
end
|
||||
|
||||
def rport
|
||||
|
|
Loading…
Reference in New Issue