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.
1 parent fc4c522 commit 0e4d910Copy full SHA for 0e4d910
ModuleFast.psm1
@@ -32,7 +32,7 @@ function Install-ModuleFast {
32
$Destination,
33
$ModuleCache = $(New-Item -ItemType Directory -Force -Path Temp:\ModuleFastCache),
34
#The repository to scan for modules. TODO: Multi-repo support
35
- [string]$Source = 'https://preview.pwsh.gallery/index.json',
+ [string]$Source = 'https://pwsh.gallery/index.json',
36
#The credential to use to authenticate. Only basic auth is supported
37
[PSCredential]$Credential,
38
#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