generated from thegrind/laravel-dockerized
Fix test
This commit is contained in:
parent
58a2e54b7e
commit
fad85caf74
@ -36,7 +36,7 @@ class GenerateKeys extends Command
|
||||
|
||||
if (file_exists($privatePath) || file_exists($publicPath)) {
|
||||
$this->warn('Keys already exist. Aborting.');
|
||||
Command::SUCCESS;
|
||||
return Command::SUCCESS;
|
||||
}
|
||||
|
||||
$this->info("Generating RSA key pair...");
|
||||
|
Loading…
x
Reference in New Issue
Block a user