Commit 542a01a
authored
YAML fix should handle more than just {cipher} strings
The invalid YAML can be caused by any string starting with a {, not just {cipher}
Signed-off-by: Zachary Sistrunk <zachary@sistrunk.dev>1 parent f715bbb commit 542a01a
File tree
1 file changed
+1
-1
lines changed- spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
0 commit comments