Commit 9f90174
committed
minor symfony#61317 [FrameworkBundle] Fix block type from
This PR was merged into the 6.4 branch.
Discussion
----------
[FrameworkBundle] Fix block type from `OK` to `ERROR` when local vault is disabled in `SecretsGenerateKeysCommand`
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | no
| License | MIT
Minor: fix block type from `OK` to `ERROR` when local vault is disabled in `SecretsDecryptToLocalCommand`
References:
* [SecretsDecryptToLocalCommand](https://github.com/symfony/symfony/blob/7.4/src/Symfony/Bundle/FrameworkBundle/Command/SecretsDecryptToLocalCommand.php#L60)
* [SecretsEncryptFromLocalCommand](https://github.com/symfony/symfony/blob/7.4/src/Symfony/Bundle/FrameworkBundle/Command/SecretsEncryptFromLocalCommand.php#L54)
Commits
-------
96ea591 [FrameworkBundle] Fix block type from `OK` to `ERROR` when local vault is disabled in `SecretsGenerateKeysCommand`OK to ERROR when local vault is disabled in SecretsGenerateKeysCommand (santysisi)File tree
1 file changed
+1
-1
lines changed- src/Symfony/Bundle/FrameworkBundle/Command
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments