We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abf0e1 commit 0bfea4dCopy full SHA for 0bfea4d
src/External/Git.php
@@ -18,7 +18,7 @@ public function __construct()
18
{
19
$gitInstalled = $this->shellExec('which git');
20
if (!$gitInstalled) {
21
- throw new \RuntimeException('git command is not installed');
+ throw new \RuntimeException('the git command is not installed');
22
}
23
24
0 commit comments