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 d4a7208 commit 87304d4Copy full SHA for 87304d4
src/Roots/Acorn/Application/Concerns/Bootable.php
@@ -93,7 +93,7 @@ protected function bootWpCli(): void
93
$command .= " --{$key}";
94
95
if ($value !== true) {
96
- $command .= '=' . escapeshellarg($value);
+ $command .= '='.escapeshellarg($value);
97
}
98
99
0 commit comments