aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/hwdata.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/hwdata.go')
-rw-r--r--internal/rosa/hwdata.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/hwdata.go b/internal/rosa/hwdata.go
index f021703d..454cec28 100644
--- a/internal/rosa/hwdata.go
+++ b/internal/rosa/hwdata.go
@@ -22,9 +22,7 @@ func (t Toolchain) newHwdata() (pkg.Artifact, string) {
}), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newHwdata,
-
+ native.mustRegister(Toolchain.newHwdata, &Metadata{
Name: "hwdata",
Description: "contains various hardware identification and configuration data",
Website: "https://github.com/vcrhonek/hwdata",