Skip to content

Commit

Permalink
Merge pull request #438 from EasyEngine/rollback/exit-1
Browse files Browse the repository at this point in the history
Update to exit 1 on failure rollback
  • Loading branch information
mrrobot47 authored Oct 2, 2024
2 parents eb0572f + 94a43d7 commit 12f3741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site-type/HTML.php
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,6 @@ protected function rollback() {
}

\EE::success( 'Rollback complete. Exiting now.' );
exit;
exit( 1 );
}
}

0 comments on commit 12f3741

Please sign in to comment.