Skip to content

Commit 1db89fe

Browse files
committed
fix
1 parent 54a477a commit 1db89fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NewCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ protected function installPest(string $directory, InputInterface $input, OutputI
594594
$this->replaceInFile(
595595
'./vendor/bin/phpunit',
596596
'./vendor/bin/pest',
597-
directory.'/.github/workflows/tests.yml',
597+
$directory.'/.github/workflows/tests.yml',
598598
);
599599
}
600600

0 commit comments

Comments
 (0)