Skip to content

Fix: Add quotes to file paths in execSync command #102

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

Merged
merged 1 commit into from
Jul 24, 2025

Conversation

jpierzchala
Copy link
Contributor

This change adds quotes around file paths in the execSync command to handle paths containing spaces properly. Without quotes, paths with spaces would cause the command to fail as arguments would be split incorrectly.

This change adds quotes around file paths in the execSync command to handle paths containing spaces properly. Without quotes, paths with spaces would cause the command to fail as arguments would be split incorrectly.
@eirikb eirikb merged commit 8828229 into Softeria:main Jul 24, 2025
2 checks passed
@jpierzchala jpierzchala deleted the fix/add-quotes-to-file-paths branch July 24, 2025 09:09
Copy link

🎉 This PR is included in version 0.14.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

2 participants