Skip to content

Commit 0fd4021

Browse files
authored
Fix Herd detection
1 parent 5bdf739 commit 0fd4021

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)