Skip to content

Commit

Permalink
Default view is not html
Browse files Browse the repository at this point in the history
  • Loading branch information
ywenc authored Feb 5, 2025
1 parent ce63fc4 commit eb6bf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vernier/output/file_listing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def samples_by_file
end
end

def output(template: "html")
def output(template: nil)
output = +""

relevant_files = samples_by_file.select do |k, v|
Expand Down

0 comments on commit eb6bf26

Please sign in to comment.