Skip to content

Commit 60b84ee

Browse files
authored
Fix misplaced dollar sign (#2260)
Variable reference was not valid, now it is fixed.
1 parent a6386d1 commit 60b84ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WSL/install-on-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Now that you've downloaded a Linux distribution, in order to extract its content
7878
7979
```powershell
8080
mkdir "$env:USERPROFILE\AppData\Local\DebianWSL" | Out-Null
81-
tar -xf .\DistroLauncher-Appx_1.12.2.0_x64.appx -C $"env:USERPROFILE\AppData\Local\DebianWSL"
81+
tar -xf .\DistroLauncher-Appx_1.12.2.0_x64.appx -C "$env:USERPROFILE\AppData\Local\DebianWSL"
8282
```
8383
8484
4. Add your Linux distribution path to the Windows environment PATH (`C:\Users\Administrator\Ubuntu` in this example), using PowerShell:

0 commit comments

Comments
 (0)