From 8aa61070562e8b198d37d9472e054142db01da5a Mon Sep 17 00:00:00 2001 From: Max Cahill <1bardesign@gmail.com> Date: Thu, 11 Nov 2021 13:42:03 +1100 Subject: [PATCH] made tablex relative require consistent with other modules --- tablex.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tablex.lua b/tablex.lua index eacf80c..3719d88 100644 --- a/tablex.lua +++ b/tablex.lua @@ -6,7 +6,7 @@ --so it works "as if" it was the global table api --upgraded with these routines -local path = (...):gsub(".tablex", ".") +local path = (...):gsub("tablex", "") local assert = require(path .. "assert") local tablex = setmetatable({}, {