aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/fuse.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/fuse.go')
-rw-r--r--internal/rosa/fuse.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/fuse.go b/internal/rosa/fuse.go
index 299e1e2e..45b3f0cf 100644
--- a/internal/rosa/fuse.go
+++ b/internal/rosa/fuse.go
@@ -31,9 +31,7 @@ func (t Toolchain) newFuse() (pkg.Artifact, string) {
), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newFuse,
-
+ native.mustRegister(Toolchain.newFuse, &Metadata{
Name: "fuse",
Description: "the reference implementation of the Linux FUSE interface",
Website: "https://github.com/libfuse/libfuse/",