[rubygems/rubygems] Rephrase "Defaulting to user installation" message.

https://github.com/rubygems/rubygems/commit/b7c531347e

Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
This commit is contained in:
Ellen Marie Dash 2023-09-30 19:13:48 -04:00 committed by Hiroshi SHIBATA
parent cbf2e133c1
commit 3f5da31760

View File

@ -324,7 +324,7 @@ class Gem::Command
@when_invoked.call options
else
if Gem.paths.auto_user_install && !options[:install_dir] && !options[:user_install]
self.ui.say "Defaulting to user installation because default GEM_HOME (#{Gem.default_dir}) is not writable."
self.ui.say "Defaulting to user installation because default installation directory (#{Gem.default_dir}) is not writable."
end
execute