From 4dd1904b274e58ccfe9979820c977e541a2a43ac Mon Sep 17 00:00:00 2001 From: Ben Stolovitz Date: Mon, 17 Jan 2022 16:50:11 -0800 Subject: [PATCH] actual php --- action.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.sh b/action.sh index 0e60b62..30463f9 100644 --- a/action.sh +++ b/action.sh @@ -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