Skip to content

Commit

Permalink
Restore commented out Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
anvmn committed Mar 14, 2023
1 parent d987a2a commit 6f25c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function deployPantheon($branchName = 'master') {

if ($result->getMessage()) {
$this->yell($result->getMessage());
// throw new Exception('The GitHub working directory is dirty. Please commit any pending changes or add to .gitignore.');
throw new Exception('The GitHub working directory is dirty. Please commit any pending changes or add to .gitignore.');
}

$result = $this
Expand Down

0 comments on commit 6f25c5e

Please sign in to comment.