From 93bf092a817df07f75cee578c74b4eabab3b7c87 Mon Sep 17 00:00:00 2001 From: Jonathan Lopez <54177704+otherJL0@users.noreply.github.com> Date: Tue, 1 Aug 2023 08:55:14 -0400 Subject: [PATCH] fix: Update `get_username` call (#1005) --- lua/neorg/modules/core/esupports/metagen/module.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/neorg/modules/core/esupports/metagen/module.lua b/lua/neorg/modules/core/esupports/metagen/module.lua index 7c2752bb4..07ffe6122 100644 --- a/lua/neorg/modules/core/esupports/metagen/module.lua +++ b/lua/neorg/modules/core/esupports/metagen/module.lua @@ -53,7 +53,7 @@ module.config.public = { { "authors", function() - return lib.get_username() + return utils.get_username() end, },