Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Fix relative path finding (#982) #989

Merged
merged 3 commits into from
Mar 25, 2018
Merged

Fix relative path finding (#982) #989

merged 3 commits into from
Mar 25, 2018

Conversation

egonelbre
Copy link
Contributor

strings.TrimPrefix can give the wrong result with case-insensitive
paths. filepath.Rel usually works better.

strings.TrimPrefix can give the wrong result with case-insensitive
paths. filepath.Rel usually works better.
@markbates markbates changed the base branch from master to development March 25, 2018 16:23
@markbates markbates added this to the 0.11.1 milestone Mar 25, 2018
@markbates markbates merged commit bc11ab0 into gobuffalo:development Mar 25, 2018
@markbates
Copy link
Member

Thank you!

stanislas-m pushed a commit that referenced this pull request May 12, 2018
strings.TrimPrefix can give the wrong result with case-insensitive
paths. filepath.Rel usually works better.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants