dfinke / InstallModuleFromGitHub

Install PowerShell Modules from GitHub
Apache License 2.0
87 stars 31 forks source link

Issue on join-path #6

Open yodanator opened 7 years ago

yodanator commented 7 years ago

Seeing an issue with the import module failing due to join path being unable to convert system.object to string

dfinke commented 7 years ago

Can you post the error message?

yodanator commented 7 years ago

As requested. Thanks for coming back. Image attached of error. join error

dfinke commented 7 years ago

Thanks. When I put this together, I made easy assumptions, one being that there would be only one psd1 file. It doesn't handle multiple ones.