diff --git a/bootstrap.ps1 b/bootstrap.ps1 index 93bacba..86b418a 100644 --- a/bootstrap.ps1 +++ b/bootstrap.ps1 @@ -47,7 +47,7 @@ function Find-GalleryModule { [PSCustomObject]@{ Name = $moduleName Version = $latest.Version - Link = 'https://psg-prod-eastus.azureedge.net/packages/{0}.{1}.nupkg' -f $moduleName.ToLower(), $latest.Version + Link = 'https://cdn.powershellgallery.com/packages/{0}.{1}.nupkg' -f $moduleName.ToLower(), $latest.Version } } }