roots / trellis-cli

A CLI to manage Trellis projects
https://roots.io/trellis/
MIT License
168 stars 24 forks source link

Fix venv hook shell escaping #296

Closed swalkinshaw closed 2 years ago

swalkinshaw commented 2 years ago

Fixes #295

This removes the explicit wrapping of env values in double quotes and just relies on the shellescape library. Before it could result in double quoting (eg: export PATH="'/path/to folder/bin'").