summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-09-06 10:45:50 +0100
committerubq323 <ubq323@ubq323.website>2024-09-06 10:45:50 +0100
commitf18b9e9df3389ebc5708842e3afb12b91a313e65 (patch)
treebc7c7f1dd1d10fd13c96ece9f93922c05af26cf0
parentf964540c87b0efc3e938461b164270155b932b59 (diff)
_ -> -HEADtrunk
-rw-r--r--repl.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/repl.lua b/repl.lua
index 4076729..46f049e 100644
--- a/repl.lua
+++ b/repl.lua
@@ -62,7 +62,7 @@ local function result(ok,...)
print("error: "..(...))
end
end
-io.write("lua_repl_good for ".._VERSION)
+io.write("lua-repl-good for ".._VERSION)
if jit then io.write(" ("..jit.version..")") end
io.write"\n"