Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Fix readme path in shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
khammami committed Apr 23, 2024
1 parent 51be897 commit 13025a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/check_questions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13025a3

Please sign in to comment.