format spc

This commit is contained in:
crazywhalecc
2023-03-18 17:39:08 +08:00
parent 65d38d5efc
commit 3d33c75a05
4 changed files with 3 additions and 21 deletions

View File

@@ -84,7 +84,7 @@ class DeployCommand extends BaseCommand
str_replace(
'/../vendor/autoload.php',
'/vendor/autoload.php',
file_get_contents(ROOT_DIR . '/bin/static-php-cli')
file_get_contents(ROOT_DIR . '/bin/spc')
)
);
$stub = '.phar-entry.php';