aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/tamago.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/tamago.go')
-rw-r--r--internal/rosa/tamago.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/tamago.go b/internal/rosa/tamago.go
index 4a5b5859..36818114 100644
--- a/internal/rosa/tamago.go
+++ b/internal/rosa/tamago.go
@@ -40,9 +40,7 @@ rm \
))), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newTamaGo,
-
+ native.mustRegister(Toolchain.newTamaGo, &Metadata{
Name: "tamago",
Description: "a Go toolchain extended with support for bare metal execution",
Website: "https://github.com/usbarmory/tamago-go",