Skip to content

Commit 629eeb5

Browse files
committed
fix: patch up create command welcome
1 parent 2694723 commit 629eeb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CreateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ protected function handle(): int
155155
$this->writeln("\n🚀 Successfully created project " . basename($directory) . "\n");
156156
$this->writeln('👉 Get started with the following commands:');
157157
$this->writeln("\n cd " . basename($directory));
158-
$this->writeln(' php bin/' . basename($directory) . ' greet');
158+
$this->writeln(' php leaf greet');
159159

160160
$this->writeln("\n🍁 Happy gardening!\n");
161161

0 commit comments

Comments
 (0)