Skip to content

Commit

Permalink
bib: adjust to the latest images changes
Browse files Browse the repository at this point in the history
ISOLabelTempl is now ISOLabelTmpl
  • Loading branch information
ondrejbudai authored and achilleas-k committed Mar 7, 2024
1 parent b984fbb commit 20274f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bib/cmd/bootc-image-builder/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ func manifestForISO(c *ManifestConfig, rng *rand.Rand) (*manifest.Manifest, erro
},
}

img.ISOLabelTempl = "Container-Installer-%s"
img.ISOLabelTmpl = "Container-Installer-%s"

var customizations *blueprint.Customizations
if c.Config != nil && c.Config.Blueprint != nil {
Expand Down

0 comments on commit 20274f3

Please sign in to comment.