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

Bundle config does not canonicalize URLs #3391

Closed
webcoyote opened this issue Feb 12, 2015 · 1 comment
Closed

Bundle config does not canonicalize URLs #3391

webcoyote opened this issue Feb 12, 2015 · 1 comment

Comments

@webcoyote
Copy link

If the user fails to add a trailing slash character to a URL when running bundle config the setting is accepted but doesn't work.

$ bundle config https://example.com user:pass
# => BUNDLE_HTTPS://EXAMPLE__COM: user:pass
# ===> this setting is never used

$ bundle config https://example.com/ user:pass
# => BUNDLE_HTTPS://EXAMPLE__COM/: user:pass
# ===> this setting will be used
indirect added a commit that referenced this issue Feb 13, 2015
@TimMoore
Copy link
Contributor

Fixed in 1.8.1.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants