Skip to content

Commit 0bfea4d

Browse files
committed
[demo] ast-changed commit
1 parent 5abf0e1 commit 0bfea4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/External/Git.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function __construct()
1818
{
1919
$gitInstalled = $this->shellExec('which git');
2020
if (!$gitInstalled) {
21-
throw new \RuntimeException('git command is not installed');
21+
throw new \RuntimeException('the git command is not installed');
2222
}
2323
}
2424

0 commit comments

Comments
 (0)