Cleanup internal packages
This commit is contained in:
parent
86a4334796
commit
abafab9f0a
7 changed files with 93 additions and 145 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue