[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:
parent
cbf2e133c1
commit
3f5da31760
@ -324,7 +324,7 @@ class Gem::Command
|
|||||||
@when_invoked.call options
|
@when_invoked.call options
|
||||||
else
|
else
|
||||||
if Gem.paths.auto_user_install && !options[:install_dir] && !options[:user_install]
|
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
|
end
|
||||||
|
|
||||||
execute
|
execute
|
||||||
|
Loading…
x
Reference in New Issue
Block a user