Commit 1636a26
committed
bug #43137 [FrameworkBundle] Avoid secrets:decrypt-to-local command to fail (noniagriconomie)
This PR was merged into the 4.4 branch.
Discussion
----------
[FrameworkBundle] Avoid secrets:decrypt-to-local command to fail
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix #42038
| License | MIT
| Doc PR | .
Small PR to fix this issue I encounter as well
For now I've not opted for solutions exposed in the issue, please discuss here
Also, I kept the vault continuing instead of stopping the command in case of null value
Thank you,
Commits
-------
b52451c [FrameworkBundle] Avoid secrets:decrypt-to-local command to failFile tree
1 file changed
+2
-3
lines changed- src/Symfony/Bundle/FrameworkBundle/Command
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
| 80 | + | |
| 81 | + | |
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
| |||
0 commit comments