lib/danger/comment_generators/github_inline.md.erb in danger-4.2.0 vs lib/danger/comment_generators/github_inline.md.erb in danger-4.2.1
- old
+ new
@@ -19,8 +19,8 @@
<%- end -%>
<%# We need to add the generated_by_ to identify comments from danger. But with inlines %>
<%# it might be a little annoying, so we set on the table, but if we have markdown we add the footer anyway %>
<%- if @markdowns.count > 0 -%>
<p align="right" data-meta="generated_by_<%= @danger_id %>">
- Generated by :no_entry_sign: <a href="http://danger.systems/">danger</a>
+ Generated by :no_entry_sign: <a href="http://danger.systems/">Danger</a>
</p>
<%- end -%>