Merge pull request #298 from sbt/eed3si9n-patch-1

Fix typo around continue/quit
This commit is contained in:
eugene yokota 2019-10-15 12:51:49 -04:00 committed by GitHub
commit cbe96663e2
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" (