diff options
-rw-r--r-- | lib/rubygems/command_manager.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -69,11 +69,11 @@ class Gem::CommandManager :update, :which, :yank, - ] ALIAS_COMMANDS = { 'i' => 'install' - } ## # Return the authoritative instance of the command manager. |