Add more exceptions to "generate-repo-stub-readme.sh" upstream disclaimer

This commit is contained in:
Tianon Gravi 2023-05-15 07:45:19 -07:00
parent 3429db866f
commit 8dacd84b11
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ if [ -f "$repo/deprecated.md" ]; then
fi
case "$repo" in
hello-world | buildpack-deps) disclaimer='' ;;
buildpack-deps | docker | hello-world | hylang) disclaimer='' ;;
*) disclaimer=" (not to be confused with any official \`$repo\` image provided by \`$repo\` upstream)" ;;
esac