dfinke / InstallModuleFromGitHub

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

Update line 70 of .psm1 to allow for copying folders recursively #8

Closed montereyharris closed 4 years ago

montereyharris commented 7 years ago

Install-ModuleFromGithub was not copying Folders and contents of folders beyond the root of the repo. I fixed it by adding -Recurse to Copy-item

jayvdb commented 4 years ago

@montereyharris there is a conflict to be resolved.

jayvdb commented 4 years ago

ping @montereyharris - conflict needs to be resolved.

montereyharris commented 4 years ago

@jayvdb Resolved conflict. Changed code so it used -Recurse switch on copy.

jayvdb commented 4 years ago

@montereyharris this is closed??

montereyharris commented 4 years ago

Sorry that was an accident @jayvdb

jayvdb commented 4 years ago

Thx. ping @dfinke