We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b4612 commit 2cb9d79Copy full SHA for 2cb9d79
1 file changed
runtime/layers/function/bootstrap
@@ -7,6 +7,7 @@ set -e
7
if [[ -z "${APP_RUNTIME}" ]]; then
8
BOOTSTRAP="/opt/bref/bootstrap.php"
9
else
10
+ # Split _HANDLER on ":" and take the first part
11
BOOTSTRAP=(${_HANDLER//:/ })
12
fi
13
0 commit comments