Commit 4338ebb
committed
bug #290 Fix make:user dependency: more precise to get the recipe (weaverryan)
This PR was merged into the 1.0-dev branch.
Discussion
----------
Fix make:user dependency: more precise to get the recipe
We fully need SecurityBundle so the recipe has been executed.
Discovered at a workshop - if you installed `security-csrf` first, and then ran this command, it would allow you to continue, though the `security.yaml` file would be missing.
Commits
-------
76d57c5 We fully need SecurityBundle so the recipe has been executed1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| 226 | + | |
226 | 227 | | |
227 | | - | |
| 228 | + | |
228 | 229 | | |
229 | 230 | | |
230 | 231 | | |
| |||
0 commit comments