mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
[config] fix shellcheck
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user