-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
atlantis v 0.4.9
using Bitbucket privately hosted and a lot of my projects have spaces in their names eg "Cloud Infrastructure" etc.
Once my Pull Request is created, I get the following error:
exit status 1: running "sh -c terraform plan -refresh -no-color -out /home/USERNAME/.atlantis/repos/Cloud Infrastructure/atlantis-test/4/default/default.tfplan -var atlantis_user=USERNAME" in "/home/USERNAME/.atlantis/repos/Cloud Infrastructure/atlantis-test/4/default"
Too many command line arguments. Configuration path expected.
It seems that the issue is coming from the "-out" arg value, it could be simply decorated with quotes.
Any chances this could be fixed?
Thanks