We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6e34e commit 7160166Copy full SHA for 7160166
1 file changed
dist/tools/examples_check/check_in_readme.sh
@@ -19,10 +19,10 @@ done
19
20
# Report missing entries
21
if [ ${#missing_entries[@]} -eq 0 ]; then
22
- echo "All directories are listed in the README.md file."
+ echo "All directories are listed in the examples/README.md file."
23
exit 0
24
else
25
- echo "The following directories are missing in the README.md file:"
+ echo "The following directories are missing in the examples/README.md file:"
26
for entry in "${missing_entries[@]}"; do
27
echo "- $entry"
28
done
0 commit comments