diff --git a/tapeget.lua b/tapeget.lua index 2da3eb9..6c5b25b 100644 --- a/tapeget.lua +++ b/tapeget.lua @@ -66,7 +66,7 @@ while true do tape.write(chunk) term.setCursorPos(1, y) term.clearLine() - textProcess(written / length, colors.green, colors.gray, "%8d / %8d", n_to_kib(written), n_to_kib(length)) + textProgress(written / length, colors.green, colors.gray, "%8d / %8d", n_to_kib(written), n_to_kib(length)) os.sleep(0.01) end