Skip to content
Snippets Groups Projects
Commit d3150f3a authored by Mike McQuaid's avatar Mike McQuaid
Browse files

audit: fix line number typo.

Closes Homebrew/homebrew#32031.
parent fe1bf57a
No related branches found
No related tags found
No related merge requests found
......@@ -567,7 +567,7 @@ class FormulaAuditor
audit_conflicts
audit_patches
audit_text
text.split("\n").each_with_index { |line, lineno| audit_line(line+1, lineno) }
text.split("\n").each_with_index {|line, lineno| audit_line(line, lineno+1) }
audit_installed
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment