Skip to content

Commit 87304d4

Browse files
committed
🚨 Run Pint
1 parent d4a7208 commit 87304d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Roots/Acorn/Application/Concerns/Bootable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ protected function bootWpCli(): void
9393
$command .= " --{$key}";
9494

9595
if ($value !== true) {
96-
$command .= '=' . escapeshellarg($value);
96+
$command .= '='.escapeshellarg($value);
9797
}
9898
}
9999

0 commit comments

Comments
 (0)