From 931bcecf93982a6afcb50dec6bee807725adfab9 Mon Sep 17 00:00:00 2001 From: Iuri Farenzena Date: Mon, 30 Mar 2020 22:16:56 -0300 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20legenda=20input=20voto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run-server.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run-server.bat b/run-server.bat index 8b7b1a3..df2f284 100644 --- a/run-server.bat +++ b/run-server.bat @@ -1,5 +1,5 @@ SET /P email= Digite seu email da grobo: SET /P senha= Digite sua senha da grobo: -SET /P voto= Digite sua senha da grobo [prior | manu | mari]: -node src/index.js %voto% %email% %senha% \ No newline at end of file +SET /P voto= Digite seu voto [prior | manu | mari]: +node src/index.js %voto% %email% %senha%