Skip to content

Commit 8a9e5d0

Browse files
committed
use convenience method for readability
1 parent 6266379 commit 8a9e5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Commands/Install.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function __construct(
2222

2323
public function handle(): int
2424
{
25-
if (! Platform::gitIsInitialized()) {
25+
if (Platform::gitIsNotInitialized()) {
2626
$this->error('Git has not been initialized in this project, aborting...');
2727

2828
return Command::FAILURE;

0 commit comments

Comments
 (0)