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
SecretsRemoveCommand
1 parent ca103a5 commit 3d7b6e3Copy full SHA for 3d7b6e3
Command/SecretsRemoveCommand.php
@@ -63,7 +63,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
63
$vault = $input->getOption('local') ? $this->localVault : $this->vault;
64
65
if (null === $vault) {
66
- $io->success('The local vault is disabled.');
+ $io->error('The local vault is disabled.');
67
68
return 1;
69
}
0 commit comments