diff --git a/src/Install/Herd.php b/src/Install/Herd.php index 9a1db2c..ce7340c 100644 --- a/src/Install/Herd.php +++ b/src/Install/Herd.php @@ -10,7 +10,7 @@ class Herd { public function isInstalled(): bool { - if ($this->isWindowsPlatform()) { + if (! $this->isWindowsPlatform()) { return file_exists('/Applications/Herd.app/Contents/MacOS/Herd'); }