There was an error while loading. Please reload this page.
2 parents 5bdf739 + 0fd4021 commit f27ff5bCopy full SHA for f27ff5b
src/Install/Herd.php
@@ -10,7 +10,7 @@ class Herd
10
{
11
public function isInstalled(): bool
12
13
- if ($this->isWindowsPlatform()) {
+ if (! $this->isWindowsPlatform()) {
14
return file_exists('/Applications/Herd.app/Contents/MacOS/Herd');
15
}
16
0 commit comments