Skip to content

Commit 7160166

Browse files
committed
check_in_readme.sh: tell dev _which_ README.md
1 parent 5e6e34e commit 7160166

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dist/tools/examples_check/check_in_readme.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ done
1919

2020
# Report missing entries
2121
if [ ${#missing_entries[@]} -eq 0 ]; then
22-
echo "All directories are listed in the README.md file."
22+
echo "All directories are listed in the examples/README.md file."
2323
exit 0
2424
else
25-
echo "The following directories are missing in the README.md file:"
25+
echo "The following directories are missing in the examples/README.md file:"
2626
for entry in "${missing_entries[@]}"; do
2727
echo "- $entry"
2828
done

0 commit comments

Comments
 (0)