RamblingCookieMonster / PSDepend

PowerShell Dependency Handler
MIT License
285 stars 76 forks source link

Repository hardcoded in PSGalleryModule.ps1 #21

Closed Plork closed 7 years ago

Plork commented 7 years ago

You can specify repository as parameter but it's still hardcoded in the "find-module" part.

$GalleryVersion = Find-Module -Name $Name -Repository PSGallery | Measure-Object -Property Version -Maximum | Select-Object -ExpandProperty Maximum

RamblingCookieMonster commented 7 years ago

Fixed in #22 - thanks @Plork!