Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrayIterator committed Oct 23, 2024
1 parent 10a76b4 commit 681ce81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command/BuiltInWebServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ protected function doProcess(
) {
$command = sprintf(
'cd %s && %s > /dev/null 2>&1',
$docRoot,
escapeshellcmd($docRoot),
$command
);
}
Expand Down

0 comments on commit 681ce81

Please sign in to comment.