Skip to content

Commit 0e4d910

Browse files
author
Justin Grote
committed
Switch from preview to prod for default source
1 parent fc4c522 commit 0e4d910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ModuleFast.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function Install-ModuleFast {
3232
$Destination,
3333
$ModuleCache = $(New-Item -ItemType Directory -Force -Path Temp:\ModuleFastCache),
3434
#The repository to scan for modules. TODO: Multi-repo support
35-
[string]$Source = 'https://preview.pwsh.gallery/index.json',
35+
[string]$Source = 'https://pwsh.gallery/index.json',
3636
#The credential to use to authenticate. Only basic auth is supported
3737
[PSCredential]$Credential,
3838
#By default will modify your PSModulePath to use the builtin destination if not present. Setting this implicitly skips profile update as well.

0 commit comments

Comments
 (0)