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