should have used shortname for mock root

This commit is contained in:
Louis Abel 2022-07-11 15:33:33 -07:00
parent a3c5d33ae8
commit 9e4f89cf6d
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ class IsoBuild:
rclevel = '-' + self.rclvl
discname = '{}-{}.{}{}-{}-{}.iso'.format(
self.shortname,
self.shortname.lower(),
self.major_version,
self.minor_version,
rclevel,