From 9eaf3fdf5d8f1d75310309fe13a4e3892af1bb35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Sun, 20 Oct 2019 14:07:07 +0200 Subject: Normalize "list" alias with the rest of alias defs Use a string when defining a single alias. --- lib/bundler/cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb index ea7998ae93..a771e8da3f 100644 --- a/lib/bundler/cli.rb +++ b/lib/bundler/cli.rb @@ -324,7 +324,7 @@ module Bundler List.new(options).run end - map %w[ls] => "list" + map "ls" => "list" desc "info GEM [OPTIONS]", "Show information for the given gem" method_option "path", :type => :boolean, :banner => "Print full path to gem" -- cgit v1.2.1