diff options
-rw-r--r-- | lib/rubygems/commands/install_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -261,7 +261,7 @@ You can use `i` command instead of `install`. return unless Gem::SourceFetchProblem === x require_relative "../uri" - msg = "Unable to pull data from '#{Gem::Uri.new(x.source.uri).redacted}': #{x.error.message}" alert_warning msg end |