We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5623fed commit d83a597Copy full SHA for d83a597
src/SPC/builder/unix/UnixBuilderBase.php
@@ -365,6 +365,7 @@ protected function processFrankenphpApp(): void
365
$frankenphpAppPath = $this->getOption('with-frankenphp-app');
366
367
if ($frankenphpAppPath) {
368
+ $frankenphpAppPath = trim($frankenphpAppPath, "\"'");
369
if (!is_dir($frankenphpAppPath)) {
370
throw new WrongUsageException("The path provided to --with-frankenphp-app is not a valid directory: {$frankenphpAppPath}");
371
}
0 commit comments