Commit 1b37d8e
committed
CA-423213: Fix bundle URL construct
Without the host parameter, Uri.make returns `file:/path/to/file`. dnf
expects the `file:///path/to/file` variant - using the single slash
variant leads to a failure to locate the signature file.
Signed-off-by: Alex Brett <alex.brett@citrix.com>1 parent 1b75c36 commit 1b37d8e
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
173 | 180 | | |
174 | 181 | | |
175 | 182 | | |
| |||
0 commit comments