diff --git a/CI/PS-CI.ps1 b/CI/PS-CI.ps1 index be13574..5994068 100644 --- a/CI/PS-CI.ps1 +++ b/CI/PS-CI.ps1 @@ -135,7 +135,7 @@ try { else {$dir = [System.Environment]::GetFolderPath([System.Environment+SpecialFolder]::ProgramFiles) } $ModulePath = ($env:PSModulePath -split $ModulePathSeparator).where({$_ -like "$dir*"},"First",1) $ModulePath = Join-Path -Path $ModulePath -ChildPath $ModuleName - $ModulePath = Join-Path -Path $ModulePath -ChildPath $Settings..ModuleVersion + $ModulePath = Join-Path -Path $ModulePath -ChildPath $Settings.ModuleVersion } # Clean-up / Create Directory if (-not (Test-Path -Path $ModulePath)) {