Changeset

10872:a3f3f42736f2

util.human.io: Fix variable name [luacheck]
author Matthew Wild <mwild1@gmail.com>
date Tue, 02 Jun 2020 08:02:03 +0100
parents 10871:e5dee71d0ebb
children 10873:813e632431e6
files util/human/io.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 {