diff --git a/src/Robo/Hooks/ValidateHook.php b/src/Robo/Hooks/ValidateHook.php index a34135076..e9307b0b5 100644 --- a/src/Robo/Hooks/ValidateHook.php +++ b/src/Robo/Hooks/ValidateHook.php @@ -91,7 +91,7 @@ public function validateSettingsFileIsValid(CommandData $commandData) { */ public function validateBehatIsConfigured(CommandData $commandData) { if (!$this->getInspector()->isBehatConfigured()) { - throw new \Exception("Behat is not properly configured properly. Please run `blt doctor` to diagnose the issue."); + throw new \Exception("Behat is not configured properly. Please run `blt doctor` to diagnose the issue."); } }