Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 9b4751e

Browse files
committed
Fix setting of PATH to PSScriptRoot
1 parent 75ec005 commit 9b4751e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if ($Trace) {
3030
Set-PSDebug -Trace 1
3131
}
3232

33-
$env:PATH = "$$PSScriptRoot;$env:PATH"
33+
$env:PATH = "$PSScriptRoot;$env:PATH"
3434

3535
$exitcode = 0
3636

0 commit comments

Comments
 (0)