From eab2b8cfa17f0bce7ed6c05aaf517ea5288e2e81 Mon Sep 17 00:00:00 2001 From: eleonore12345 Date: Fri, 5 Jul 2024 09:47:37 +0200 Subject: [PATCH] =?UTF-8?q?bug=20de=20cd=20..=20r=C3=A9par=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- creation_repo.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/creation_repo.sh b/creation_repo.sh index cb7e4ac..5d92737 100755 --- a/creation_repo.sh +++ b/creation_repo.sh @@ -64,5 +64,6 @@ if [ ! -d $REPO_NAME ]; then rm sample4 git add sample4 git commit -m"sample4 deleted" + cd .. fi cd ..