Fix an error in previous commit

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2018-08-07 16:34:53 -07:00
parent 9aeb8841c5
commit 4c46794638
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ class VirtInstallImage(object):
else:
# sigh i hate life
if int(self.release < 27):
loctmp = "https://archives.fedoraproject.org/pub/archive/{0}/linux/releases/{1}/{2}/{3}/os/"
loctmp = "https://archives.fedoraproject.org/pub/archive/{0}/releases/{1}/{2}/{3}/os/"
else:
loctmp = "https://download.fedoraproject.org/pub/{0}/releases/{1}/{2}/{3}/os/"
xargs = "inst.ks=file:/{0}.ks".format(self.name)