Skip to content

Commit

Permalink
Update validate-html
Browse files Browse the repository at this point in the history
  • Loading branch information
tsusdere committed Jan 3, 2024
1 parent 9d5eafc commit cfd1a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/validate-html
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 cfd1a67

Please sign in to comment.