diff options
Diffstat (limited to 'internal/rosa/unzip.go')
| -rw-r--r-- | internal/rosa/unzip.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/unzip.go b/internal/rosa/unzip.go index 888a36f5..f2e62028 100644 --- a/internal/rosa/unzip.go +++ b/internal/rosa/unzip.go @@ -32,9 +32,7 @@ mv unzip /work/system/bin/ ))), version } func init() { - native.MustRegister(&Artifact{ - f: Toolchain.newUnzip, - + native.mustRegister(Toolchain.newUnzip, &Metadata{ Name: "unzip", Description: "portable compression/archiver utilities", Website: "https://infozip.sourceforge.net/", |
