Added closing braсket (#2466) (#2479)

Fixed syntax error (b4b03b1)
This commit is contained in:
Mikhail Ryzhov 2020-10-01 12:26:56 +03:00 committed by GitHub
parent a05333217c
commit afd7d63466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,7 @@ IF /I "%1%" EQU "" (
) ELSE (
echo Unsupported framework
goto error
)
)
)
)