ugexe / zef

Raku Module Management
Artistic License 2.0
207 stars 44 forks source link

Remove extra call to tar during probe #520

Closed ugexe closed 1 year ago

ugexe commented 1 year ago

We only need to call out to tar once, but it looks like it started doing it twice accidently during a refactor. This fixes the probe to only call out to tar --help once.