Skip to content

Commit

Permalink
Fixed version mismatch error.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamharrison committed Sep 28, 2024
1 parent 77cef3a commit d188f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/core/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ function core.load_plugins()
"Version mismatch for plugin %q[%s] from %s",
plugin.name,
plugin.version_string,
plugin.dir
common.dirname(plugin.file)
)
local rlist = plugin.dir:find(USERDIR, 1, true) == 1
and 'userdir' or 'datadir'
Expand Down

0 comments on commit d188f4b

Please sign in to comment.