From 6ab2574379a29cb3c3a2ac296a8d495e2de74385 Mon Sep 17 00:00:00 2001 From: Martin Eesmaa <88035011+MartinEesmaa@users.noreply.github.com> Date: Sun, 13 Mar 2022 13:13:39 +1100 Subject: [PATCH] Fixed small bug of goto --- RUNVVCEasy.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RUNVVCEasy.bat b/RUNVVCEasy.bat index ce88846..3df1a48 100644 --- a/RUNVVCEasy.bat +++ b/RUNVVCEasy.bat @@ -178,8 +178,8 @@ if %readytestbefore% == Y goto nowtestingtime if %readytestbefore% == N goto start if %readytestbefore% == y goto nowtestingtime if %readytestbefore% == n goto start -if %installtestbefore% == I goto installpath -if %installtestbefore% == i goto installpath +if %readytestbefore% == I goto installpath +if %readytestbefore% == i goto installpath :nowtestingtime title Testing time...