Diff

util/human/io.lua @ 10872:a3f3f42736f2

util.human.io: Fix variable name [luacheck]
author Matthew Wild <mwild1@gmail.com>
date Tue, 02 Jun 2020 08:02:03 +0100
parent 10870:3f1889608f3e
child 10891:8d47858805c9
line wrap: on
line diff
--- a/util/human/io.lua	Tue Jun 02 08:01:21 2020 +0100
+++ b/util/human/io.lua	Tue Jun 02 08:02:03 2020 +0100
@@ -82,7 +82,7 @@
 end
 
 local function printf(fmt, ...)
-	print(msg:format(...));
+	print(fmt:format(...));
 end
 
 return {