From 77a2c50b6d9719ffb2a09610e552de9d2ec78b24 Mon Sep 17 00:00:00 2001 From: LoganDark Date: Tue, 11 May 2021 19:56:45 +0200 Subject: [PATCH] fix typo in batch script batch uses % --- InstallWSL-Launcher.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InstallWSL-Launcher.bat b/InstallWSL-Launcher.bat index a539eda..0e0a327 100644 --- a/InstallWSL-Launcher.bat +++ b/InstallWSL-Launcher.bat @@ -1 +1 @@ -powershell.exe -ExecutionPolicy ByPass "Import-Module $~dp0InstallWSL.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