Skip to content

Commit

Permalink
Update to exit 1 on failure rollback
Browse files Browse the repository at this point in the history
Signed-off-by: Riddhesh Sanghvi <riddhesh237@gmail.com>
  • Loading branch information
mrrobot47 committed Oct 2, 2024
1 parent eb0572f commit 94a43d7
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 94a43d7

Please # to comment.