Skip to content

Commit

Permalink
Fix TargetType name
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele De Lorenzi <daniele.delorenzi@fastnetserv.net>
  • Loading branch information
dark-vex authored and poiana committed Oct 24, 2022
1 parent 286dc4f commit c64545e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/driverbuilder/builder/almalinux.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
//go:embed templates/almalinux.sh
var almaTemplate string

// TargetTypeAlma identifies the Alma target.
const TargetTypeAlma Type = "alma"
// TargetTypeAlma identifies the AlmaLinux target.
const TargetTypeAlma Type = "almalinux"

func init() {
BuilderByTarget[TargetTypeAlma] = &alma{}
Expand Down

0 comments on commit c64545e

Please sign in to comment.