aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/kmod.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/kmod.go')
-rw-r--r--internal/rosa/kmod.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/kmod.go b/internal/rosa/kmod.go
index 0009f3e7..7166eceb 100644
--- a/internal/rosa/kmod.go
+++ b/internal/rosa/kmod.go
@@ -32,9 +32,7 @@ func (t Toolchain) newKmod() (pkg.Artifact, string) {
), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newKmod,
-
+ native.mustRegister(Toolchain.newKmod, &Metadata{
Name: "kmod",
Description: "a set of tools to handle common tasks with Linux kernel modules",
Website: "https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git",