We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ecdae4 commit 0fa1efaCopy full SHA for 0fa1efa
1 file changed
commands/run.sh
@@ -285,7 +285,7 @@ if [[ "$(plugin_read_config RM "true")" == "true" ]]; then
285
fi
286
287
# Optionally sets --entrypoint
288
-if [[ -n "$(plugin_read_config ENTRYPOINT)" ]] ; then
+if plugin_config_exists ENTRYPOINT ; then
289
run_params+=(--entrypoint)
290
run_params+=("$(plugin_read_config ENTRYPOINT)")
291
0 commit comments