lib/wyrm/restore.rb in wyrm-0.4.0 vs lib/wyrm/restore.rb in wyrm-0.4.1
- old
+ new
@@ -84,10 +84,10 @@
table_name
else
raise "Don't know what to do with #{table_name.inspect}"
end
- IO.popen "pbzip2 -d -c #{table_file}", &block
+ IO.popen "#{STREAM_DCMP} #{table_file}", &block
end
def table_files
Pathname.glob container + '*.dbp.bz2'
end