From 29c7eebd0bf9c0a0af7056f6155b3fa745ddebf2 Mon Sep 17 00:00:00 2001 From: LoganDark Date: Wed, 12 May 2021 07:20:37 +0200 Subject: [PATCH] WHOOPS --- InstallWSL-Launcher.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InstallWSL-Launcher.bat b/InstallWSL-Launcher.bat index 11c0035..486d699 100644 --- a/InstallWSL-Launcher.bat +++ b/InstallWSL-Launcher.bat @@ -1,2 +1,2 @@ @echo off -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.psm1; Install-WSLInteractive; pause" \ No newline at end of file