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