fixed typo

This commit is contained in:
takitakitanana 2023-07-22 03:58:37 +03:00
parent 2cb6af3f27
commit 7c7b17a7cc

View File

@ -13,7 +13,7 @@ SET long=false
REM Check if the current path contains spaces
SET "CurrentFolder=%~dp0"
IF "!CurrentFolder!" NEQ "!CurrentFolder: =!" (
ECHO winPEAS.bat cannot run if the current path that contains spaces.
ECHO winPEAS.bat cannot run if the current path contains spaces.
ECHO Exiting.
EXIT /B 1
)