-
Notifications
You must be signed in to change notification settings - Fork 224
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: Issue 705. Handling white space in path #810
Conversation
@ritwik-g Can we try https://github.com/Zipstack/unstract/pull/810/files#r1807281638 ? |
|
Quality Gate passedIssues Measures |
@hari-kuriakose your suggestion worked. I have pushed the change |
Signed-off-by: Ritwik G <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ritwik-g LGTM overall
Quality Gate passedIssues Measures |
|
What
docker compose
command #705.script_dir
usage inside quotes so that it will be properly escapedWhy
script_dir
it was not getting escaped properly which was causing errors.How
Can this PR break any existing features. If yes, please list possible items. If no, please explain why. (PS: Admins do not merge the PR without this section filled)
Database Migrations
Env Config
Relevant Docs
Related Issues or PRs
docker compose
command #705Dependencies Versions
Notes on Testing
-e
and-u
Screenshots
Checklist
I have read and understood the Contribution Guidelines.