1
0
Fork 0

Change return code to 1

pull/7819/head
Ahammar Yassine 2018-12-04 18:54:57 +01:00 committed by GitHub
parent 0fd4ef6d8e
commit b4fae00db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ class Application extends BaseApplication
if ($io->isInteractive()) { if ($io->isInteractive()) {
if (!$io->askConfirmation('<info>Continue as root/super user</info> [<comment>yes</comment>]? ', true)) { if (!$io->askConfirmation('<info>Continue as root/super user</info> [<comment>yes</comment>]? ', true)) {
return 0; return 1;
} }
} }
} }