From 28e3fe1cd82177da12db41dc559e7194986a0111 Mon Sep 17 00:00:00 2001 From: jhoneill Date: Mon, 9 Dec 2019 00:32:47 +0000 Subject: [PATCH] again --- CI/PS-CI.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {