From 13025a3409c7e8f553bab009a39e16e27e10ec3b Mon Sep 17 00:00:00 2001 From: KhalilHammami Date: Tue, 23 Apr 2024 11:45:10 +0100 Subject: [PATCH] Fix readme path in shell script --- .github/scripts/check_questions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/check_questions.sh b/.github/scripts/check_questions.sh index 42357ce..62abb94 100644 --- a/.github/scripts/check_questions.sh +++ b/.github/scripts/check_questions.sh @@ -69,7 +69,7 @@ readarray -t answers <.github/assets/answers.txt nbQuestions=${#questions[@]} # Read the student responses from the README.md file -student_responses=$(grep -A 5 ".* Choisissez-en un" "$README_PATH"/README.md) +student_responses=$(grep -A 5 ".* Choisissez-en un" "$README_PATH"README.md) if [ $# -eq 0 ]; then # Loop through each question and grade