Commit b511f04
committed
fix: multiline for yaml on share
The following patch fixes a bug discovered on yaml marshalling when
handling multiline input. Essentially, when pushing to an OCI artifact
to an OCI complaint registry, the yaml for multiline indentation is
removed. Causing issues with marshalling the yaml for usage.
Tested the change by working locally and sharing to an OCI registry
for comparison.1 parent e2ae58b commit b511f04
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments