Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty string not a valid value #15

Closed
AtomiclyCursed opened this issue Jul 9, 2015 · 1 comment
Closed

Empty string not a valid value #15

AtomiclyCursed opened this issue Jul 9, 2015 · 1 comment

Comments

@AtomiclyCursed
Copy link

Feature Request
Given:
export PREFIX=

config:
my_prefix="${PREFIX}"

or even:
my_prefix="${PREFIX:-}"

expect:
my_prefix=""

actual:
requires undeclared environment variable 'FUNCTION_PREFIX', no default is given
requires undeclared environment variable 'FUNCTION_PREFIX:-', no default is given

Request: When a empty default is specifically given allow it, so allow ${PREFIX:-}, or another way of having no value

@yawn
Copy link
Contributor

yawn commented Jul 12, 2015

Release 0.0.8, including the fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants