Skip to content

Commit 2d99c30

Browse files
committed
Update MakeRelease.ps1
1 parent 7c677de commit 2d99c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MakeRelease.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ del $PSScriptRoot\PSReadline.zip -ea Ignore
4646

4747
if ($Install)
4848
{
49-
$InstallDir = "${env:HOME}\Documents\WIndowsPowerShell\Modules"
49+
$InstallDir = "$HOME\Documents\WIndowsPowerShell\Modules"
5050

5151
if (!(Test-Path $InstallDir))
5252
{

0 commit comments

Comments
 (0)