Skip to content

Commit 47a548b

Browse files
committed
Install to node subdir
1 parent d883e63 commit 47a548b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/helix/content/InstallNode.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ param(
1515

1616
$ErrorActionPreference = 'Stop'
1717
$ProgressPreference = 'SilentlyContinue' # Workaround PowerShell/PowerShell#2138
18-
$InstallDir = '.' # Use workload directory always
18+
$InstallDir = 'node' # Always install to 'node' subdir
1919

2020
Set-StrictMode -Version 1
2121

0 commit comments

Comments
 (0)