Skip to content

Commit

Permalink
fix: Update get_username call (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
otherJL0 committed Aug 1, 2023
1 parent 08c7d19 commit 93bf092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neorg/modules/core/esupports/metagen/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.config.public = {
{
"authors",
function()
return lib.get_username()
return utils.get_username()
end,
},
Expand Down

0 comments on commit 93bf092

Please sign in to comment.