Use cat instead of printf - #7
Conversation
Fixes issues where environment variables are quoted strings with spaces as well as keep port numbers as intended integers
|
@ericof Is this project still maintained? |
|
@Jamesking56 — yes, actively maintained again, and apologies for the long silence on your question. #22 landed today: a bats test suite plus shellcheck in CI, and fixes for three of the open deploy bugs. Which brings me to your patch. Your diagnosis was right, and half of this is already shipped. Reading the file line by line instead of pushing it through an unquoted Two reasons I can't merge it as it stands:
What happens to #3: the capability you wanted is coming as a separate If you would like to write that one, it would be very welcome and I'll review it promptly this time. Otherwise I'll pick it up shortly. Closing this PR — with thanks, it did point at a real bug. |
Fixes #3