Skip to content

Commit 2ab471a

Browse files
committed
Change "DEPRECATED" header to "DEPRECATION NOTICE" so it can be slightly more general-purpose
1 parent 380a131 commit 2ab471a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ for image in "${images[@]}"; do
8686

8787
deprecated=
8888
if [ -f "$repo/deprecated.md" ]; then
89-
deprecated=$'# **DEPRECATED**\n\n'
89+
deprecated=$'# **DEPRECATION NOTICE**\n\n'
9090
deprecated+="$(cat "$repo/deprecated.md")"
9191
deprecated+=$'\n\n'
9292
fi

0 commit comments

Comments
 (0)