Skip to content

Commit

Permalink
Update validate-html
Browse files Browse the repository at this point in the history
  • Loading branch information
tsusdere authored Jan 5, 2024
1 parent c3b261f commit 99da8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/validate-html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def validate(file)

return puts "Valid!" if results.errors.empty?

results.errors.each { |err| puts err.to_s }
results.errors.each { |err| puts err }
exit 1
end

Expand Down

0 comments on commit 99da8c5

Please sign in to comment.