We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286dc4f commit c64545eCopy full SHA for c64545e
pkg/driverbuilder/builder/almalinux.go
@@ -9,8 +9,8 @@ import (
9
//go:embed templates/almalinux.sh
10
var almaTemplate string
11
12
-// TargetTypeAlma identifies the Alma target.
13
-const TargetTypeAlma Type = "alma"
+// TargetTypeAlma identifies the AlmaLinux target.
+const TargetTypeAlma Type = "almalinux"
14
15
func init() {
16
BuilderByTarget[TargetTypeAlma] = &alma{}
0 commit comments