Skip to content

Commit c92d1aa

Browse files
committed
Fix CI
1 parent e3832ce commit c92d1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NewCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
230230
$starterKit = $this->getStarterKit($input);
231231

232232
if ($starterKit) {
233-
$createProjectCommand = $composer . " create-project {$starterKit} \"{$directory}\" --stability=dev";
233+
$createProjectCommand = $composer." create-project {$starterKit} \"{$directory}\" --stability=dev";
234234

235235
if ($this->usingLaravelStarterKit($input) && $input->getOption('livewire-class-components')) {
236236
$createProjectCommand = str_replace(" {$starterKit} ", " {$starterKit}:dev-components ", $createProjectCommand);

0 commit comments

Comments
 (0)