Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Conform to code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Werbin committed Sep 11, 2017
1 parent abb8f97 commit b3108fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler.rb
Expand Up @@ -205,7 +205,7 @@ def user_bundle_path(dir = "home")
["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))
Expand Down

0 comments on commit b3108fa

Please sign in to comment.