فهرست منبع

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

Tianon Gravi 8 سال پیش
والد
کامیت
2ab471a732
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      update.sh

+ 1 - 1
update.sh

@@ -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