about summary refs log tree commit homepage
path: root/bin/mog
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mog')
-rwxr-xr-xbin/mog2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mog b/bin/mog
index 6ca3ca5..89b1b9b 100755
--- a/bin/mog
+++ b/bin/mog
@@ -210,7 +210,7 @@ begin
     skip_tee = File.stat('/dev/null') == $stdout.stat
     largefile = :tempfile
     largefile = :content_range if range
-    largefile = :chunked if chunk
+    largefile = :stream if chunk
 
     io = mg.new_file(dkey, :class => cfg[:class], :largefile => largefile)
     begin