Skip to content

Commit f27ff5b

Browse files
authored
Merge pull request #61 from mpociot/patch-1
Fix Herd detection
2 parents 5bdf739 + 0fd4021 commit f27ff5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Install/Herd.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Herd
1010
{
1111
public function isInstalled(): bool
1212
{
13-
if ($this->isWindowsPlatform()) {
13+
if (! $this->isWindowsPlatform()) {
1414
return file_exists('/Applications/Herd.app/Contents/MacOS/Herd');
1515
}
1616

0 commit comments

Comments
 (0)