diff --git a/lurker.lua b/lurker.lua index 22475dc..8a5d580 100644 --- a/lurker.lua +++ b/lurker.lua @@ -7,7 +7,7 @@ -- under the terms of the MIT license. See LICENSE for details. -- -local lume = require "lume" +local lume = require((...):gsub("[^/.\\]+$", "lume")) local lurker = { _version = "1.0.1" }