Correct fedora-secondary path

This commit is contained in:
Adam Williamson 2017-07-19 13:10:04 -07:00
parent 2f55cbede3
commit d1a2869cc0
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ class VirtInstallImage(object):
else:
if arch == 'i686' and int(self.release) > 25:
# from F26 onwards, i686 is in fedora-secondary
loctmp = "https://download.fedoraproject.org/pub/fedora-secondary/linux/releases/{0}/{1}/{2}/os/"
loctmp = "https://download.fedoraproject.org/pub/fedora-secondary/releases/{0}/{1}/{2}/os/"
else:
loctmp = "https://download.fedoraproject.org/pub/fedora/linux/releases/{0}/{1}/{2}/os/"
if arch == 'i686':