aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/etc.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/etc.go')
-rw-r--r--internal/rosa/etc.go7
1 files changed, 6 insertions, 1 deletions
diff --git a/internal/rosa/etc.go b/internal/rosa/etc.go
index 25947c23..2281a0d5 100644
--- a/internal/rosa/etc.go
+++ b/internal/rosa/etc.go
@@ -98,7 +98,12 @@ func (a cureEtc) Dependencies() []pkg.Artifact {
}
// String returns a hardcoded reporting name.
-func (cureEtc) String() string { return "cure-etc" }
+func (a cureEtc) String() string {
+ if a.iana == nil {
+ return "cure-etc-minimal"
+ }
+ return "cure-etc"
+}
// newIANAEtc returns an unpacked iana-etc release.
func newIANAEtc() pkg.Artifact {