aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/plugin.rb
diff options
context:
space:
mode:
authorAsutosh Palai <asupalai@gmail.com>2016-06-16 09:59:12 +0530
committerAsutosh Palai <asupalai@gmail.com>2016-07-03 09:40:59 +0530
commitd2eb91eae2d17639dc12d64a64542fbc0c952098 (patch)
tree21e3d476f943ebe31ed7ce4283967195489a96d5 /lib/bundler/plugin.rb
parent6e77d89d35294c84395da37c9176bde5ac867814 (diff)
downloadbundler-d2eb91eae2d17639dc12d64a64542fbc0c952098.tar.gz
Fixed converging of specs
Diffstat (limited to 'lib/bundler/plugin.rb')
-rw-r--r--lib/bundler/plugin.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bundler/plugin.rb b/lib/bundler/plugin.rb
index ffd74d11..27d1f102 100644
--- a/lib/bundler/plugin.rb
+++ b/lib/bundler/plugin.rb
@@ -160,8 +160,8 @@ module Bundler
index.register_plugin name, path.to_s, @commands.keys, @sources.keys
ensure
- @commands = commands
- @sources = sources
+ @commands = commands
+ @sources = sources
end
# Executes the plugins.rb file