chocolatey / cChoco

Community resource to manage Chocolatey
Apache License 2.0
153 stars 99 forks source link

(GH-85) Pass the source to cChocoPackageInstallerSet correctly #86

Closed Jark closed 7 years ago

Jark commented 7 years ago

The cChocoPackageInstallerSet resource only provides the Source parameter to the first package being installed. This occurred due to historical reasons where the Source would be added to the system rather than being specified.

This commit will pass the Source in for every package.