summaryrefslogtreecommitdiff
path: root/lib/rubygems/command_manager.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/command_manager.rb4
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.