[config] fix shellcheck

This commit is contained in:
Alex Quick
2017-05-01 01:47:26 -04:00
parent 12c9536a7b
commit e7e01ee838

View File

@@ -10,7 +10,7 @@ config_docker_args() {
verify_app_name "$APP"
if ! is_image_herokuish_based "$IMAGE"; then
local ENV_ARGS="$(config_export app $APP --prefix="-e" --separator=" " --merged)"
local ENV_ARGS="$(config_export app "$APP" --prefix="-e" --separator=" " --merged)"
echo -n "$STDIN $ENV_ARGS"
else
echo -n "$STDIN"