mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-01 21:58:47 +00:00
Remove extra quoting and instead add a backslach to each character in the extra args before appending it to the command. ex. atlantis plan -- -var key=val will result in: sh -c "atlantis plan \-\v\a\r \k\e\y\=\v\a\l" Fixes #697.