We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4c5a15 + c258310 commit e23dd31Copy full SHA for e23dd31
1 file changed
bootstrap.ps1
@@ -47,7 +47,7 @@ function Find-GalleryModule {
47
[PSCustomObject]@{
48
Name = $moduleName
49
Version = $latest.Version
50
- 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
51
}
52
53
0 commit comments