Skip to content

Commit

Permalink
Moves exit for failure to the correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaize Kaye committed Jul 4, 2024
1 parent 3266dd7 commit d8363b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ public function run(
$args->steps = $migration['rollback'];
$runner = new \Migrator\Runner($args, $dynamicEnv);
$runner->run();
exit(1);
}
exit(1);
}
}

Expand Down

0 comments on commit d8363b1

Please sign in to comment.