Minor correction
This commit is contained in:
parent
c73465e965
commit
01589e509f
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@
|
|||
|
||||
Console::out(sprintf('You are about to install a remote package from %s, this will require ncc to fetch and or build the package', $package_input->getRepository()));
|
||||
|
||||
if(!Console::getBooleanInput('Do you want to continue?'))
|
||||
if(!$auto_yes && !Console::getBooleanInput('Do you want to continue?'))
|
||||
{
|
||||
Console::out('Installation aborted');
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue