Skip to content

Commit 52007d3

Browse files
committed
fix: cmd script
1 parent 55cdfb8 commit 52007d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/formatter.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ elif [[ $LANGUAGE == 'php' ]]; then
2020
else
2121
PHP="php8"
2222
fi
23-
CMD= "cd $FOLDER && composer update && composer dump-autoload && PHP_CS_FIXER_IGNORE_ENV=1 $PHP vendor/bin/php-cs-fixer fix lib/ --using-cache=no --allow-risky=yes"
23+
CMD="cd $FOLDER && composer update && composer dump-autoload && PHP_CS_FIXER_IGNORE_ENV=1 $PHP vendor/bin/php-cs-fixer fix lib/ --using-cache=no --allow-risky=yes"
2424
elif [[ $LANGUAGE == 'java' ]]; then
2525
CMD="find $FOLDER -type f -name \"*.java\" | xargs java --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
2626
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \

0 commit comments

Comments
 (0)