Fix typo around continue/quit

Fixes https://github.com/sbt/sbt/issues/5188
This commit is contained in:
eugene yokota 2019-10-15 12:21:07 -04:00 committed by GitHub
parent d43357144b
commit ab001f5597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ if not defined sbt_args_sbt_create if not defined sbt_args_print_version if not
echo c^) continue
echo q^) quit
set /P reply=?^
set /P reply=^?
if /I "!reply!" == "c" (
goto confirm_end
) else if /I "!reply!" == "q" (