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