summaryrefslogtreecommitdiff
path: root/lib/bundler/plugin/index.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/plugin/index.rb')
-rw-r--r--lib/bundler/plugin/index.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/plugin/index.rb b/lib/bundler/plugin/index.rb
index 5db8662bdc..26ba4ae3e2 100644
--- a/lib/bundler/plugin/index.rb
+++ b/lib/bundler/plugin/index.rb
@@ -24,7 +24,7 @@ module Bundler
common = commands & @commands.keys
raise "Command(s) #{common.join(", ")} are already registered" if common.any?
- commands.each{|c| @commands[c] = name }
+ commands.each {|c| @commands[c] = name }
save_index
end