Change "DEPRECATED" header to "DEPRECATION NOTICE" so it can be slightly more general-purpose

This commit is contained in:
Tianon Gravi 2017-10-03 16:49:22 -07:00
parent 380a13181b
commit 2ab471a732
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ for image in "${images[@]}"; do
deprecated=
if [ -f "$repo/deprecated.md" ]; then
deprecated=$'# **DEPRECATED**\n\n'
deprecated=$'# **DEPRECATION NOTICE**\n\n'
deprecated+="$(cat "$repo/deprecated.md")"
deprecated+=$'\n\n'
fi