Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefino9488 committed Oct 28, 2024
1 parent 656afa4 commit eeda531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit eeda531

Please sign in to comment.