Skip to content

Commit

Permalink
fix another :dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Aug 15, 2017
1 parent aa41fec commit 100f634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/csvlint/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def fetch_schema_tables(schema, options)
rescue Errno::ENOENT
return_error "#{source} not found"
end unless source =~ /^http(s)?/
valid &= validate_csv(source, schema, options[:dump], nil, options[:werror])
valid &= validate_csv(source, schema, options[:dump_errors], nil, options[:werror])
end

exit 1 unless valid
Expand Down

0 comments on commit 100f634

Please sign in to comment.