Cleanup internal packages

This commit is contained in:
Tom Wiesing 2022-09-11 17:12:57 +02:00
parent 86a4334796
commit abafab9f0a
No known key found for this signature in database
7 changed files with 93 additions and 145 deletions

View file

@ -45,7 +45,7 @@ type InstallationContext map[string]string
func (is Installable) Install(io stream.IOStream, context InstallationContext) error {
if is.ContextPath != "" {
// setup the base files
if err := unpack.InstallResource(
if err := unpack.InstallDir(
is.Dir,
is.ContextPath,
is.Resources,