PowerShell / PSResourceGet

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

Bugfix - Test if InstalledScriptInfos folder exists and create if needed #1542

Closed anamnavi closed 7 months ago

anamnavi commented 7 months ago

Install-PSResource code was not checking if the InstalledScriptInfos folder existed, would try to use that path regardless and throw an uncaught error. This PR makes a fix to ensure the folder exists.

Fixes #1540

PR Summary

PR Context

PR Checklist