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

Space in parent folder breaks .warden/warden-env.yml #3

Closed
fooman opened this issue Jul 9, 2019 · 1 comment
Closed

Space in parent folder breaks .warden/warden-env.yml #3

fooman opened this issue Jul 9, 2019 · 1 comment

Comments

@fooman
Copy link
Contributor

fooman commented Jul 9, 2019

I haven't been able to work out yet exactly where it happens but thought I document it here. I came across this while trying out .warden/warden-env.yml. After creating this file all warden env commands failed with a command not found. And the command would show from the last space in the full path, ie this
/Users/name/Projects/With Space/magento2/.warden/warden-env.yml
would have split at Space.

@davidalger
Copy link
Collaborator

@fooman Thanks for reporting this. This should be resolved in the Warden 0.1.5 release which I just pushed out a few moments ago. The solution was to have DOCKER_COMPOSE_ARGS be an array allowing each element to be quoted when it is passed along to docker-compose, avoiding the space in any path from splitting the argument.

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

No branches or pull requests

2 participants