Minor correction

This commit is contained in:
Netkas 2023-10-01 16:35:48 -04:00
parent c73465e965
commit 01589e509f
No known key found for this signature in database
GPG key ID: 5DAF58535614062B

View file

@ -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;