Skip to content

Commit

Permalink
check_in_readme.sh: tell dev _which_ README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Nov 26, 2024
1 parent 5e6e34e commit 7160166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/tools/examples_check/check_in_readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ done

# Report missing entries
if [ ${#missing_entries[@]} -eq 0 ]; then
echo "All directories are listed in the README.md file."
echo "All directories are listed in the examples/README.md file."
exit 0
else
echo "The following directories are missing in the README.md file:"
echo "The following directories are missing in the examples/README.md file:"
for entry in "${missing_entries[@]}"; do
echo "- $entry"
done
Expand Down

0 comments on commit 7160166

Please sign in to comment.