diff --git a/entrypoint.sh b/entrypoint.sh index b74fc02..a8f0cbb 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,9 +3,9 @@ set -e pint_install_command=("composer global require laravel/pint:PINT_VERSION --no-progress --dev") -if [[ "${INPUT_PINT_VERSION}" ]] +if [[ "${INPUT_PINTVERSION}" ]] then - pint_install_command="${pint_install_command/PINT_VERSION/${INPUT_PINT_VERSION}}" + pint_install_command="${pint_install_command/PINT_VERSION/${INPUT_PINTVERSION}}" else pint_install_command="${pint_install_command/:PINT_VERSION/}" fi