We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238efee commit 43f994aCopy full SHA for 43f994a
1 file changed
ModuleFast.ps1
@@ -390,7 +390,7 @@ function Install-ModuleFast {
390
)
391
392
# Setup the Destination repository
393
- $defaultRepoPath = $(Join-Path ([Environment]::GetFolderPath('LocalApplicationData')) 'powershell/modules')
+ $defaultRepoPath = $(Join-Path ([Environment]::GetFolderPath('LocalApplicationData')) 'powershell/Modules')
394
if (-not $Destination) {
395
$Destination = $defaultRepoPath
396
}
0 commit comments