Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-rahimi committed Nov 22, 2023
1 parent d6aa6d0 commit 3271909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [[ "${INPUT_PRESET}" ]]; then
pint_command+=" --preset ${INPUT_PRESET}"
fi

if [[ "${INPUT_ONLYDIRTY}" ]]; then
if [[ "${INPUT_ONLYDIRTY}" == true ]]; then
pint_command+=" --dirty"
fi

Expand Down

0 comments on commit 3271909

Please sign in to comment.