Skip to content

Commit

Permalink
fix: Remove duplicate 'Change Report' title (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley authored Feb 12, 2025
1 parent 820324e commit 2b6a545
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Command.swift
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ struct Command: AsyncParsableCommand {

let htmlSummary = try environment.renderTemplate(string: """
<html>
<h1>Change Report</h1>
{% for item in report.folders %}
<h2>{{ item.name }}</h2>
{% if item.changes.isEmpty %}
Expand Down

0 comments on commit 2b6a545

Please sign in to comment.