Fix a syntax error in the phpcs script. (https://github.com/woocommerce/woocommerce-admin/pull/6750)
This commit is contained in:
parent
b29cd9a6c0
commit
916d289e96
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue