Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aglipanci committed Dec 21, 2022
1 parent 9258dcb commit 203c2fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Expand Up @@ -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
Expand Down

0 comments on commit 203c2fe

Please sign in to comment.