From eeda531bb29584ac56c6852b71dc87e124a71a23 Mon Sep 17 00:00:00 2001 From: jefino9488 Date: Mon, 28 Oct 2024 21:31:28 +0530 Subject: [PATCH] typo fix --- installer.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.bat b/installer.bat index 11aae03..332dd1f 100644 --- a/installer.bat +++ b/installer.bat @@ -23,7 +23,7 @@ if "%device%" equ "unknown" ( ) set "compatibleDevice=false" -for /f "delims=" %%i in (%SCRIPT_PATH%\compactable_list.txt) do ( +for /f "delims=" %%i in (%SCRIPT_PATH%\compatible_list.txt) do ( if "%device%" equ "%%i" set "compatibleDevice=true" )