sqitchers / docker-sqitch

Docker Image packaging for Sqitch
MIT License
36 stars 39 forks source link

Fix env variable expansion in sqitch.bat #65

Closed NeroVanbiervliet closed 3 months ago

NeroVanbiervliet commented 3 months ago

See #64. env vars such as SQITCH_USERNAME were passed through as -e <var value> instead of -e SQITCH_USERNAME=<var value>