Skip to content

Commit 06485d8

Browse files
author
Jonathan Claudius
committed
Fix naming of things
1 parent 685c480 commit 06485d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/post/multi/gather/rubygems_api_key.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Metasploit3 < Msf::Post
1313

1414
def initialize(info={})
1515
super( update_info( info,
16-
'Name' => 'Multi RubyGems API Key Gather ./gem/credentials',
16+
'Name' => 'Multi Gather RubyGems API Key ~/.gem/credentials',
1717
'Description' => %q{
1818
This module obtains a user's RubyGems API key from ~/.gem/credentials.
1919
},
@@ -31,7 +31,7 @@ def run
3131
paths = paths.select { |f| file?(f) }
3232

3333
if paths.nil? or paths.empty?
34-
print_error("No users found with a .gem/credentials file")
34+
print_error("No users found with a ~/.gem/credentials file")
3535
return
3636
end
3737

0 commit comments

Comments
 (0)