1
0
mirror of https://pagure.io/fedora-qa/createhdds.git synced 2024-11-23 07:43:07 +00:00

Whoops, update ELN location in one more place

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-09-17 16:48:17 -07:00
parent f702293230
commit 02e53e9552

View File

@ -317,7 +317,7 @@ class VirtInstallImage(object):
if self.rawhide:
loctmp = "https://dl.fedoraproject.org/pub/{0}/development/rawhide/{2}/{3}/os"
elif self.eln:
loctmp = "https://dl.fedoraproject.org/pub/eln/BaseOS/{3}/os"
loctmp = "https://dl.fedoraproject.org/pub/eln/1/BaseOS/{3}/os"
elif self.branched:
loctmp = "https://dl.fedoraproject.org/pub/{0}/development/{1}/{2}/{3}/os/"
else: