Skip to content

Commit c521f65

Browse files
committed
fix(check): strip Version field from macOS update title display
1 parent 9fbadfd commit c521f65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/check/all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ get_first_macos_software_update_summary() {
263263
/^[[:space:]]*Title:/ {
264264
title=$0
265265
sub(/^[[:space:]]*Title: */, "", title)
266+
sub(/, Version:.*/, "", title)
266267
sub(/, Size:.*/, "", title)
267268
combined=tolower(label " " title)
268269
if (combined ~ /macos|background security improvement|rapid security response|security response/) {

0 commit comments

Comments
 (0)