Skip to content

Commit

Permalink
Fixed syntax error after merge failure (syslog-ng#81)
Browse files Browse the repository at this point in the history
Signed-off-by: Hofi <[email protected]>
  • Loading branch information
HofiOne authored Jun 5, 2024
2 parents cdb70bf + eca53fa commit 7bd6c2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _plugins/generate_tooltips.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def is_regex_title?(title)
def regex_body(title)
if is_regex_title?(title)
return title[1..title.length-2]
end
return title
end

Expand Down

0 comments on commit 7bd6c2b

Please sign in to comment.