We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6266379 commit 8a9e5d0Copy full SHA for 8a9e5d0
app/Commands/Install.php
@@ -22,7 +22,7 @@ public function __construct(
22
23
public function handle(): int
24
{
25
- if (! Platform::gitIsInitialized()) {
+ if (Platform::gitIsNotInitialized()) {
26
$this->error('Git has not been initialized in this project, aborting...');
27
28
return Command::FAILURE;
0 commit comments