aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/report.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/report.go')
-rw-r--r--internal/rosa/report.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/report.go b/internal/rosa/report.go
index a97ff8e8..7792d9e9 100644
--- a/internal/rosa/report.go
+++ b/internal/rosa/report.go
@@ -42,8 +42,8 @@ func WriteReport(msg message.Msg, w io.Writer, c *pkg.Cache) error {
zero [wordSize]byte
buf [len(pkg.ID{}) + wordSize]byte
)
- t := native.Std()
- for _, p := range native.Collect() {
+ t := builtin.Std()
+ for _, p := range builtin.Collect() {
meta, a := t.MustLoad(p)
if meta == nil {
return errors.New("artifact " + p.String() + " in inconsistent state")