From d8ed7c6e6c035c100d8c37d49552443dd0e26701 Mon Sep 17 00:00:00 2001 From: LoganDark Date: Tue, 11 May 2021 19:54:26 +0200 Subject: [PATCH] Remove sneaky spaces reeee --- InstallWSL.psm1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/InstallWSL.psm1 b/InstallWSL.psm1 index 04e033a..83afd48 100644 --- a/InstallWSL.psm1 +++ b/InstallWSL.psm1 @@ -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 {