Exit 0 if there is no configuration

heroku config:get exits 0 in this case
This commit is contained in:
Jose Diaz-Gonzalez
2014-11-23 23:32:38 -05:00
parent 04dbe31919
commit 407436b4cc

View File

@@ -95,7 +95,7 @@ case "$1" in
config_create
if [[ ! -s $ENV_FILE ]] ; then
exit 1
exit 0
fi
KEY="$3"