From 530f64dedc0b2f32b8dc9998a8c0a350853ff696 Mon Sep 17 00:00:00 2001 From: rxi Date: Tue, 19 Aug 2014 23:41:01 +0100 Subject: [PATCH] Changed require() of lume to act relative to lurker's location --- lurker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }