From dacea0cdafcb3b849f7bcb611063ec3849176ff4 Mon Sep 17 00:00:00 2001 From: Guillaume Emorine Date: Thu, 11 Apr 2024 11:51:46 +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 6b76a79..9c867da 100644 --- a/automate.sh +++ b/automate.sh @@ -8,7 +8,7 @@ echo "Ajout des fichiers au Gitea..." sleep 2 git add . echo "Commit en cours..." -sleep 3 +sleep 2 git commit echo "Push des fichiers au Gitea..." sleep 2