Skip to content

Commit 0f646f9

Browse files
committed
Fix typo on :exclude option
1 parent 10701f4 commit 0f646f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/csv-diff/source.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def initialize(options = {})
115115
@trim_whitespace = options.fetch(:trim_whitespace, false)
116116
@ignore_header = options[:ignore_header]
117117
@include = options[:include]
118-
@exclued = options[:exclude]
118+
@exclude = options[:exclude]
119119
@path = options.fetch(:path, 'NA') unless @path
120120
@warnings = []
121121
end

0 commit comments

Comments
 (0)