Skip to content

Commit 1b254a0

Browse files
committed
fix: patch up windows dir issue
1 parent 160eddd commit 1b254a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CreateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ protected function handle(): int
201201
],
202202
]);
203203

204-
$extraCommands = ["cd '$directory'"];
204+
$extraCommands = ["cd \"$directory\""];
205205

206206
if (isset($extraOptions['view']) && $extraOptions['view'] !== 'blade only') {
207207
$extraCommands[] = 'php leaf view:install --' . $extraOptions['view'];

0 commit comments

Comments
 (0)