mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-03 18:48:50 +00:00
Fixes #290. In Bitbucket Server, the repo owner name can have spaces. This causes errors when running terraform plan -out path with spaces so we need to quote it: terraform plan -out "path with spaces".