diff --git a/packages/dig.lua b/packages/dig.lua index c2fa0d6..14849c1 100644 --- a/packages/dig.lua +++ b/packages/dig.lua @@ -5,4 +5,4 @@ if args[1] == nil then return end -os.write(lns.lookup(args[1]) .. "\n") \ No newline at end of file +io.write(lns.lookup(args[1]) .. "\n") \ No newline at end of file