We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OK
ERROR
SecretsGenerateKeysCommand
1 parent 16e276d commit 366903aCopy full SHA for 366903a
Command/SecretsGenerateKeysCommand.php
@@ -67,7 +67,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
67
$vault = $input->getOption('local') ? $this->localVault : $this->vault;
68
69
if (null === $vault) {
70
- $io->success('The local vault is disabled.');
+ $io->error('The local vault is disabled.');
71
72
return 1;
73
}
0 commit comments