diff options
Diffstat (limited to 'internal/rosa/rsync.go')
| -rw-r--r-- | internal/rosa/rsync.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/rsync.go b/internal/rosa/rsync.go index 1f0f2ea4..0ea1096a 100644 --- a/internal/rosa/rsync.go +++ b/internal/rosa/rsync.go @@ -27,9 +27,7 @@ func (t Toolchain) newRsync() (pkg.Artifact, string) { }), version } func init() { - native.MustRegister(&Artifact{ - f: Toolchain.newRsync, - + native.mustRegister(Toolchain.newRsync, &Metadata{ Name: "rsync", Description: "an open source utility that provides fast incremental file transfer", Website: "https://rsync.samba.org/", |
