Browse Source

Remove sneaky spaces reeee

master
LoganDark 2 years ago
parent
commit
d8ed7c6e6c
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      InstallWSL.psm1

+ 3
- 3
InstallWSL.psm1 View File

@ -1,8 +1,8 @@
# https://stackoverflow.com/a/34559554/
function New-TemporaryDirectory {
$parent = [System.IO.Path]::GetTempPath()
$name = [System.IO.Path]::GetRandomFileName()
New-Item -ItemType Directory -Path (Join-Path $parent $name)
$parent = [System.IO.Path]::GetTempPath()
$name = [System.IO.Path]::GetRandomFileName()
New-Item -ItemType Directory -Path (Join-Path $parent $name)
}
Workflow Install-WSL {


Loading…
Cancel
Save