Skip to content

Commit 203c2fe

Browse files
authored
Update entrypoint.sh
1 parent 9258dcb commit 203c2fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ set -e
33

44
pint_install_command=("composer global require laravel/pint:PINT_VERSION --no-progress --dev")
55

6-
if [[ "${INPUT_PINT_VERSION}" ]]
6+
if [[ "${INPUT_PINTVERSION}" ]]
77
then
8-
pint_install_command="${pint_install_command/PINT_VERSION/${INPUT_PINT_VERSION}}"
8+
pint_install_command="${pint_install_command/PINT_VERSION/${INPUT_PINTVERSION}}"
99
else
1010
pint_install_command="${pint_install_command/:PINT_VERSION/}"
1111
fi

0 commit comments

Comments
 (0)