# HG changeset patch # User Matthew Wild # Date 1591081323 -3600 # Node ID a3f3f42736f21ed6d00a7c434a4ce9bc75e2dbf2 # Parent e5dee71d0ebbb6a38af5342ac4e82bc346bee4c6 util.human.io: Fix variable name [luacheck] diff -r e5dee71d0ebb -r a3f3f42736f2 util/human/io.lua --- 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 {