This commit is contained in:
Sam Seay 2021-04-08 08:25:01 +12:00 committed by GitHub
parent b29cd9a6c0
commit 916d289e96
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ PHP_FILES_CHANGED=""
for FILE in $(echo $CHANGED_FILES | tr ',' '\n')
do
if [[ $FILE =~ ".php" ]]; then
PHP_FILES_CHANGED += "$FILE,"
$PHP_FILES_CHANGED += "$FILE,"
fi
done