PowerShell / PSResourceGet

PSResourceGet is the package manager for PowerShell
https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet
MIT License
490 stars 94 forks source link

Bug fix for non-PSGallery repos adding script endpoint #1526

Closed alerickson closed 9 months ago

alerickson commented 9 months ago

PR Summary

Bug fix for non-PSGallery v2 repositories adding "/items/psscript/" to the endpoint (an endpoint which only exists for the PSGallery). This was creating incorrect HTTP calls to non-PSGallery repositories and throwing terminating errors.

PR Context

Resolves #1485

PR Checklist

adityapatwardhan commented 9 months ago

Is it possible to add a test?