aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/source
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/source')
-rw-r--r--lib/bundler/source/path/installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/source/path/installer.rb b/lib/bundler/source/path/installer.rb
index 4fc5c807..abc46d5a 100644
--- a/lib/bundler/source/path/installer.rb
+++ b/lib/bundler/source/path/installer.rb
@@ -24,7 +24,7 @@ module Bundler
end
def post_install
- SharedHelpers.chdir(gem_dir) do
+ SharedHelpers.chdir(@gem_dir) do
run_hooks(:pre_install)
unless @disable_extentions