Skip to content

Commit

Permalink
Merge pull request #19 from uselagoon/fix/exitonerror
Browse files Browse the repository at this point in the history
Moves exit for failure to the correct place
  • Loading branch information
bomoko authored Jul 4, 2024
2 parents 3266dd7 + d8363b1 commit facfae0
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 facfae0

Please sign in to comment.