mirror of
https://github.com/reactos/reactos.git
synced 2025-03-30 17:10:22 +00:00
[BOOTDATA] AHKAppTests.cmd: Fix 'media' typo (#1502)
Addendum to df2a8c4
. s/media/medium/
This commit is contained in:
parent
0efcfec044
commit
4126817f7f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ for %%X in (A B C D E F G H I J K L M N O P Q R S T U V W X Y Z) do (if exist %%
|
|||
|
||||
if not defined DRIVE (
|
||||
dbgprint "AHK Application testing suite not present, skipping."
|
||||
dbgprint "Insert ReactOS boot media and try again."
|
||||
dbgprint "Insert ReactOS boot medium and try again."
|
||||
exit /b 0
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue