mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
FIX: Strip the word "SECURITY" from the output too
This commit is contained in:
parent
9e55215c71
commit
76f68e23e8
@ -38,7 +38,7 @@ def better(line)
|
||||
end
|
||||
|
||||
def remove_prefix(line)
|
||||
line.gsub(/^(FIX|FEATURE|UX):/, "").strip
|
||||
line.gsub(/^(FIX|FEATURE|UX|SECURITY):/, "").strip
|
||||
end
|
||||
|
||||
def escape_brackets(line)
|
||||
|
Loading…
x
Reference in New Issue
Block a user