Skip to content

Commit

Permalink
actual php
Browse files Browse the repository at this point in the history
  • Loading branch information
citelao committed Jan 18, 2022
1 parent 3082a9e commit 4dd1904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
export PATH="/usr/local/bin:${PATH}"

# If no PHP installed, exit with no action.
if ! command -v sphp &> /dev/null
if ! command -v php &> /dev/null
then
exit
fi
Expand Down

0 comments on commit 4dd1904

Please sign in to comment.