Skip to content

Commit

Permalink
restored html-report command
Browse files Browse the repository at this point in the history
Signed-off-by: quobix <[email protected]>
  • Loading branch information
daveshanley committed Jan 20, 2024
1 parent e63eb96 commit 8c71c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/html_report.go
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ func RunLeftRightHTMLReport(left, right string, useCDN bool,
generator := htmlReport.NewHTMLReport(false, time.Now(), commits)

close(progressChan)
//return generator.GenerateReport(false, useCDN, false), nil
return generator.GenerateReport(true, false, false), nil
return generator.GenerateReport(false, useCDN, false), nil
//return generator.GenerateReport(true, false, false), nil
}

func RunLeftRightHTMLReportViaString(left, right string, useCDN, embedded bool,
Expand Down

0 comments on commit 8c71c44

Please sign in to comment.