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

Fixed script breaking is spaces in paths #7

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

un-focused
Copy link

I escaped the path in every command using "" but we could have escaped the path string too. I chose to do it this way as escaping may have other side effects (may not) and because "" is clearer to most users I would think.

Additionally, I cleaned up the code as I went along converting let to const and general cleanup.

@un-focused
Copy link
Author

closes #6

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

Successfully merging this pull request may close these issues.

1 participant