summaryrefslogtreecommitdiff
path: root/lib/bundler/runtime.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/runtime.rb')
-rw-r--r--lib/bundler/runtime.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/runtime.rb b/lib/bundler/runtime.rb
index 259bf53210..bbe7a818da 100644
--- a/lib/bundler/runtime.rb
+++ b/lib/bundler/runtime.rb
@@ -61,7 +61,7 @@ module Bundler
def lock
sources.each { |s| s.lock if s.respond_to?(:lock) }
- FileUtils.mkdir_p("#{root}/.bundle")
+ FileUtils.mkdir_p(Bundler.app_config_path.to_s)
write_yml_lock
write_rb_lock
end