diff options
-rw-r--r-- | lib/rubygems/errors.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -168,7 +168,7 @@ module Gem # An English description of the error. def wordy - "Unable to download data from #{Gem::Uri.new(@source.uri).redacted} - #{@error.message}" end ## |