diff --git a/MakeRelease.ps1 b/MakeRelease.ps1 index 57eb5da4..99516516 100644 --- a/MakeRelease.ps1 +++ b/MakeRelease.ps1 @@ -1,4 +1,3 @@ - param([switch]$Install) add-type -AssemblyName System.IO.Compression.FileSystem @@ -46,7 +45,7 @@ del $PSScriptRoot\PSReadline.zip -ea Ignore if ($Install) { - $InstallDir = "${env:HOME}\Documents\WIndowsPowerShell\Modules" + $InstallDir = "$HOME\Documents\WIndowsPowerShell\Modules" if (!(Test-Path $InstallDir)) {