Commit 63e03a5
authored
ContainerRegistry: Don't escape slashes in MIME types (#143)
Motivation
----------
_[Explain here the context, and why you're making that change. What is
the problem you're trying to solve.]_
Modifications
-------------
_[Describe the modifications you've made.]_
Result
------
_[After your change, what will change.]_
Test Plan
---------
_[Describe the steps you took, or will take, to qualify the change -
such as adjusting tests and manual testing.]_1 parent 931db31 commit 63e03a5
File tree
2 files changed
+2
-2
lines changed- Sources/ContainerRegistry
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments