Fix test
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled

This commit is contained in:
Javier Feliz 2025-08-04 19:33:46 -04:00
parent 58a2e54b7e
commit fad85caf74

View File

@ -36,7 +36,7 @@ class GenerateKeys extends Command
if (file_exists($privatePath) || file_exists($publicPath)) { if (file_exists($privatePath) || file_exists($publicPath)) {
$this->warn('Keys already exist. Aborting.'); $this->warn('Keys already exist. Aborting.');
Command::SUCCESS; return Command::SUCCESS;
} }
$this->info("Generating RSA key pair..."); $this->info("Generating RSA key pair...");