puppetlabs / bolt-vanagon

Apache License 2.0
2 stars 31 forks source link

(GH-3177) Escape saved ruby env vars #196

Closed donoghuc closed 1 year ago

donoghuc commented 1 year ago

Previously env vars saved in the bolt wrapper script did not properly escape spaces. This commit updates the env vars to escape spaces so that a malformed env var will not prevent bolt from executing.