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 spaces in a url and local file name #83

Merged
merged 2 commits into from Jul 31, 2023

Conversation

dumka
Copy link
Contributor

@dumka dumka commented Jul 31, 2023

If url contained spaces they were changed to a plus sign. so such a file could not be found in a storage. So, we need to change plus sign before looking for a file.

@vercel
Copy link

vercel bot commented Jul 31, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
podnotes ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 31, 2023 11:56am

@chhoumann chhoumann merged commit 8e02db3 into chhoumann:dev Jul 31, 2023
2 checks passed
@chhoumann
Copy link
Owner

This is great! Thank you.

github-actions bot pushed a commit that referenced this pull request Jul 31, 2023
## [2.10.8](2.10.7...2.10.8) (2023-07-31)

### Bug Fixes

* publish fix for timestamp of local files containing spaces by [@dumka](https://github.com/dumka) ([8459d9e](8459d9e)), closes [#83](#83)
@github-actions
Copy link

🎉 This PR is included in version 2.10.8 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@chhoumann chhoumann linked an issue Jul 31, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Timestamps do not work right with local files
2 participants