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 ..