Remove unnecessary double expand_path

bug/bundler_fix
Jon Hart 2016-05-16 17:34:12 -07:00
parent 8bccfef571
commit 92d07f74ff
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 2 additions and 2 deletions

View File

@ -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