Skip to content

Commit c258310

Browse files
fixed download url
1 parent c4c5a15 commit c258310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bootstrap.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function Find-GalleryModule {
4747
[PSCustomObject]@{
4848
Name = $moduleName
4949
Version = $latest.Version
50-
Link = 'https://psg-prod-eastus.azureedge.net/packages/{0}.{1}.nupkg' -f $moduleName.ToLower(), $latest.Version
50+
Link = 'https://cdn.powershellgallery.com/packages/{0}.{1}.nupkg' -f $moduleName.ToLower(), $latest.Version
5151
}
5252
}
5353
}

0 commit comments

Comments
 (0)