aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/git.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/git.go')
-rw-r--r--internal/rosa/git.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/git.go b/internal/rosa/git.go
index e30fc954..5815cd0a 100644
--- a/internal/rosa/git.go
+++ b/internal/rosa/git.go
@@ -88,9 +88,7 @@ disable_test t5515-fetch-merge-logic
), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newGit,
-
+ native.mustRegister(Toolchain.newGit, &Metadata{
Name: "git",
Description: "distributed version control system",
Website: "https://www.git-scm.com/",