aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/curl.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/curl.go')
-rw-r--r--internal/rosa/curl.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/curl.go b/internal/rosa/curl.go
index 33a68d4e..c05eea20 100644
--- a/internal/rosa/curl.go
+++ b/internal/rosa/curl.go
@@ -39,9 +39,7 @@ chmod +w tests/data && rm -f tests/data/test459
), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newCurl,
-
+ native.mustRegister(Toolchain.newCurl, &Metadata{
Name: "curl",
Description: "command line tool and library for transferring data with URLs",
Website: "https://curl.se/",