fix up typo in getting arch for the lorax log file

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2015-03-14 12:20:44 -05:00
parent 012c749cdb
commit ad18e21d1a

View File

@ -1372,7 +1372,7 @@ class Pungi(PungiBase):
cmd = ["lorax"]
cmd.extend(["--workdir", self.workdir])
cmd.extend(["--logfile", os.path.join(self.config.get('pungi', 'destdir'), 'logs/lorax-%s.log' % (self.pungiconfig.get('pungi', 'arch')))])
cmd.extend(["--logfile", os.path.join(self.config.get('pungi', 'destdir'), 'logs/lorax-%s.log' % (self.config.get('pungi', 'arch')))])
try:
# Convert url method to a repo