From 3f5da31760476cf8a0340f03125c4b97c3cdbc97 Mon Sep 17 00:00:00 2001 From: Ellen Marie Dash Date: Sat, 30 Sep 2023 19:13:48 -0400 Subject: [rubygems/rubygems] Rephrase "Defaulting to user installation" message. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/rubygems/rubygems/commit/b7c531347e Co-authored-by: David Rodríguez --- lib/rubygems/command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rubygems/command.rb b/lib/rubygems/command.rb index 27aaf68db0..01deac6890 100644 --- a/lib/rubygems/command.rb +++ b/lib/rubygems/command.rb @@ -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 -- cgit v1.2.3