Skip to content

Commit 26b4248

Browse files
committed
Fix a typo
1 parent bc841a3 commit 26b4248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/datasets/dataset.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def extract_bz2(bz2)
4242
case bz2
4343
when Pathname, String
4444
IO.pipe do |input, output|
45-
pid = spawn("bzcat", path.to_s, {out: output})
45+
pid = spawn("bzcat", bz2.to_s, {out: output})
4646
begin
4747
output.close
4848
yield(input)

0 commit comments

Comments
 (0)