From df49e69e2eb79814aa7097ce5c19aa14a9bb2fe6 Mon Sep 17 00:00:00 2001 From: LoganDark Date: Tue, 11 May 2021 19:58:19 +0200 Subject: [PATCH] fix missing quote in batch script --- InstallWSL-Launcher.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InstallWSL-Launcher.bat b/InstallWSL-Launcher.bat index 0e0a327..f13d126 100644 --- a/InstallWSL-Launcher.bat +++ b/InstallWSL-Launcher.bat @@ -1 +1 @@ -powershell.exe -ExecutionPolicy ByPass "Import-Module %~dp0installWSL-2.psm1; Install-WSLInteractive; pause \ No newline at end of file +powershell.exe -ExecutionPolicy ByPass "Import-Module %~dp0installWSL-2.psm1; Install-WSLInteractive; pause" \ No newline at end of file