mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
parent
fe1bf57a15
commit
d3150f3a06
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user