Skip to content

Commit

Permalink
Remove redundant 'html_' prefix from '.html.erb' file
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarius committed Apr 30, 2019
1 parent f2e025a commit ef220bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sitediff/diff.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def terminal_diffy(before_html, after_html)

# Generates an HTML report.
def generate_html_report(results, before, after, cache)
erb_path = File.join(SiteDiff::FILES_DIR, 'html_report.html.erb')
erb_path = File.join(SiteDiff::FILES_DIR, 'report.html.erb')
report_html = ERB.new(File.read(erb_path)).result(binding)
report_html
end
Expand Down
File renamed without changes.

0 comments on commit ef220bd

Please sign in to comment.