Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix double directory separator in constructFiles when following docs #379

Merged
merged 1 commit into from
Mar 27, 2016
Merged

Conversation

jorisvaesen
Copy link
Collaborator

Contradiction between code and docs:
Doc says path should end with {DS} but the code appends a forward slash to any path when constructing files.

This results in a double DS on *nix systems: webroot\files\test\\file.txt and something ugly as webroot\files\test/file.txt on windows systems.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 0a9f083 on jorisvaesen:master into c298568 on josegonzalez:master.

@josegonzalez josegonzalez merged commit d123726 into FriendsOfCake:master Mar 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants