Closed mch closed 8 months ago
This isn't actually fixing the problem in my production set up.
My prod set up contained something like THING=${THING-default}
, missing the :
, which I guess is valid bash but not supported here.
we should add support for ${THING-default}
. ticket added https://github.com/motdotla/dotenv-expand/issues/105
support added here: https://github.com/motdotla/dotenv-expand/pull/109
being released as v11.0.0
Addresses issue #98.
My use case invovles setting a variable to a default if it is not already set.