diff --git a/runner/entrypoint.sh b/runner/entrypoint.sh index ec362cf928..1e5db3ed73 100755 --- a/runner/entrypoint.sh +++ b/runner/entrypoint.sh @@ -165,4 +165,4 @@ if [ "${RUNNER_FEATURE_FLAG_EPHEMERAL:-}" != "true" -a "${RUNNER_EPHEMERAL}" != fi unset RUNNER_NAME RUNNER_REPO RUNNER_TOKEN -exec ./bin/runsvc.sh "${args[@]}" +exec ./bin/runsvc.sh "${args[@]}" \ No newline at end of file