Skip to content

Commit c64545e

Browse files
dark-vexpoiana
authored andcommitted
Fix TargetType name
Signed-off-by: Daniele De Lorenzi <daniele.delorenzi@fastnetserv.net>
1 parent 286dc4f commit c64545e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/driverbuilder/builder/almalinux.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99
//go:embed templates/almalinux.sh
1010
var almaTemplate string
1111

12-
// TargetTypeAlma identifies the Alma target.
13-
const TargetTypeAlma Type = "alma"
12+
// TargetTypeAlma identifies the AlmaLinux target.
13+
const TargetTypeAlma Type = "almalinux"
1414

1515
func init() {
1616
BuilderByTarget[TargetTypeAlma] = &alma{}

0 commit comments

Comments
 (0)