correct treeinfo for ks

This commit is contained in:
Louis Abel 2022-07-04 21:24:35 -07:00
parent 554937009e
commit 138d1076f5
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 3 additions and 3 deletions

View File

@ -1279,7 +1279,7 @@ class RepoSync:
except Exception as e:
self.log.error(
'[' + Color.BOLD + Color.RED + 'FAIL' + Color.END + '] ' +
'There was an error writing treeinfo.'
'There was an error writing os treeinfo.'
)
self.log.error(e)
@ -1288,7 +1288,7 @@ class RepoSync:
ksdata = {
'arch': a,
'variant': v,
'variant_path': image,
'variant_path': ksimage,
'checksum': self.checksum,
'distname': self.distname,
'fullname': self.fullname,
@ -1303,7 +1303,7 @@ class RepoSync:
except Exception as e:
self.log.error(
'[' + Color.BOLD + Color.RED + 'FAIL' + Color.END + '] ' +
'There was an error writing treeinfo.'
'There was an error writing kickstart treeinfo.'
)
self.log.error(e)