aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/all.go')
-rw-r--r--internal/rosa/all.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go
index 00f01cea..f5436b28 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -13,6 +13,7 @@ const (
ACL PArtifact = iota
Attr
Autoconf
+ Automake
Bash
CMake
Coreutils
@@ -94,6 +95,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"acl": ACL,
"attr": Attr,
"autoconf": Autoconf,
+ "automake": Automake,
"bash": Bash,
"cmake": CMake,
"coreutils": Coreutils,