Skip to content

Commit

Permalink
Update confirm exit status
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Dec 13, 2023
1 parent 2526fa5 commit 55f444d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ public function confirm(

if ((strtolower($response) == 'n') || (strtolower($response) == 'no')) {
echo PHP_EOL;
exit();
exit(127);
}

return $response;
Expand Down

0 comments on commit 55f444d

Please sign in to comment.