From f0033dc781216fa5ea6930f3a65475da24b5ae9a Mon Sep 17 00:00:00 2001 From: Guillaume Emorine Date: Fri, 12 Apr 2024 09:47:37 +0200 Subject: [PATCH] =?UTF-8?q?=09Modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20automate.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- automate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automate.sh b/automate.sh index 9087733..7044277 100644 --- a/automate.sh +++ b/automate.sh @@ -8,7 +8,7 @@ export http_proxy="http://10.121.38.1:8080/" export https_proxy="http://10.121.38.1:8080/" -echo "Voulez-vous récupérer les fichiers à jour, effectuer un push ou effectuer une fusion ? +echo "Voulez-vous récupérer les fichiers du dépôt ou effectuer un push sur le dépôt ? [1 = Pull, 2 = Push]" read answer echo "Quelle branche est concernée ? [1 = main, 2 = tests]"