aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/fakeroot.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/fakeroot.go')
-rw-r--r--internal/rosa/fakeroot.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/fakeroot.go b/internal/rosa/fakeroot.go
index 4c882de0..baf3c530 100644
--- a/internal/rosa/fakeroot.go
+++ b/internal/rosa/fakeroot.go
@@ -46,9 +46,7 @@ index f135ad9..85c784c 100644
), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newFakeroot,
-
+ native.mustRegister(Toolchain.newFakeroot, &Metadata{
Name: "fakeroot",
Description: "tool for simulating superuser privileges",
Website: "https://salsa.debian.org/clint/fakeroot",