summaryrefslogtreecommitdiff
path: root/lib/bundler.rb
diff options
context:
space:
mode:
authorGreg Werbin <spam@me.gregwerbin.com>2017-09-11 15:51:53 -0400
committerGreg Werbin <spam@me.gregwerbin.com>2017-09-11 15:51:53 -0400
commitb3108fac3f9ec1a85554790b9401ade370392b75 (patch)
treed6ffaac6d1d945d2e53828d8a5dd2b5c2d09f80d /lib/bundler.rb
parentabb8f976f669b8a7a1ddb80928ebd64e00c05560 (diff)
downloadbundler-b3108fac3f9ec1a85554790b9401ade370392b75.tar.gz
Conform to code style
Diffstat (limited to 'lib/bundler.rb')
-rw-r--r--lib/bundler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index 1157239029..6c942baf59 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -205,7 +205,7 @@ module Bundler
["BUNDLE_USER_PLUGIN", user_bundle_path.join("plugin")]
else
raise BundlerError, "Unknown user path requested: #{dir}"
- end
+ end
# `fallback` will already be a Pathname, but Pathname.new() is
# idempotent so it's OK
Pathname.new(ENV.fetch(env_var, fallback))