From cc559afd88e69e4fa5a8dab1939818cd76c284e9 Mon Sep 17 00:00:00 2001 From: LoganDark Date: Thu, 13 May 2021 05:22:17 +0200 Subject: [PATCH] see previous commit --- install-wsl.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-wsl.bat b/install-wsl.bat index 486d699..5af92c1 100644 --- a/install-wsl.bat +++ b/install-wsl.bat @@ -1,2 +1,2 @@ @echo off -powershell.exe -ExecutionPolicy ByPass "Import-Module %~dp0InstallWSL.psm1; Install-WSLInteractive; pause" \ No newline at end of file +powershell.exe -ExecutionPolicy ByPass "Import-Module %~dp0install-wsl.psm1; Install-WSLInteractive; pause" \ No newline at end of file