From 1879d441c30073cdaceb69678dc2e14c2c26b95c Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 26 Oct 2020 18:21:06 +0100 Subject: [PATCH] typo label goto --- gitSpread.bat | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gitSpread.bat b/gitSpread.bat index 8c59b04..1ec1749 100644 --- a/gitSpread.bat +++ b/gitSpread.bat @@ -15,28 +15,28 @@ if %pushRemote% == 2 ( goto case_2 ) if %pushRemote% == 3 ( goto case_3 ) REM Faccio push condizionali -case_0: +:case_0 git push . %baseBranch%:develop goto end_call -case_1: +:case_1 git push . %baseBranch%:master git push gitlab.steamware %baseBranch%:%baseBranch% git push gitlab.steamware %baseBranch%:develop goto end_call -case_2: +:case_2 git push . %baseBranch%:beta git push gitlab.steamware %baseBranch%:master git push gitlab.steamware %baseBranch%:beta goto end_call -case_3: +:case_3 git push . %baseBranch%:stable git push gitlab.steamware %baseBranch%:stable goto end_call -end_call: +:end_call ECHO on REM Done! \ No newline at end of file