Skip to content

Commit

Permalink
Fixed redundant error message. (#1428)
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden authored and grasmash committed Apr 25, 2017
1 parent da05788 commit d580bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Robo/Hooks/ValidateHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
}
}

Expand Down

0 comments on commit d580bea

Please sign in to comment.