There was an error while loading. Please reload this page.
1 parent 5bdf739 commit 0fd4021Copy full SHA for 0fd4021
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