Skip to content

Commit a9e480e

Browse files
author
Jonathan Claudius
committed
Fixed tilde
1 parent eed9fbe commit a9e480e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/multi/gather/rubygems_api_key.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def initialize(info = {})
2626
end
2727

2828
def run
29-
print_status("Finding .gem/credentials")
29+
print_status("Finding ~/.gem/credentials")
3030
paths = enum_user_directories.map {|d| d + "/.gem/credentials"}
3131
paths = paths.select { |f| file?(f) }
3232

0 commit comments

Comments
 (0)