Change "DEPRECATED" header to "DEPRECATION NOTICE" so it can be slightly more general-purpose
This commit is contained in:
parent
380a13181b
commit
2ab471a732
|
|
@ -86,7 +86,7 @@ for image in "${images[@]}"; do
|
||||||
|
|
||||||
deprecated=
|
deprecated=
|
||||||
if [ -f "$repo/deprecated.md" ]; then
|
if [ -f "$repo/deprecated.md" ]; then
|
||||||
deprecated=$'# **DEPRECATED**\n\n'
|
deprecated=$'# **DEPRECATION NOTICE**\n\n'
|
||||||
deprecated+="$(cat "$repo/deprecated.md")"
|
deprecated+="$(cat "$repo/deprecated.md")"
|
||||||
deprecated+=$'\n\n'
|
deprecated+=$'\n\n'
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue