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 94fba474..e5b41ac4 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -68,6 +68,7 @@ const (
PyTest
Pygments
Python
+ QEMU
Rsync
Sed
Setuptools
@@ -178,6 +179,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"pytest": PyTest,
"pygments": Pygments,
"python": Python,
+ "qemu": QEMU,
"rsync": Rsync,
"sed": Sed,
"setuptools": Setuptools,