Skip to content

Commit 5ed18b3

Browse files
test
1 parent c8b7ed0 commit 5ed18b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bruter/bruter.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local bruterPath = debug.debug and (debug.getinfo(1).source:match("@?(.*/)")) or "./";
1+
local bruterPath = debug.debug and (debug.getinfo(1).source:match("@?(.*/)")) or "";
22

33
-- if already not in the path add it
44
if (package.terrapath and not (string.find(package.terrapath, bruterPath .. "lib/?/?.t", 1, true))) or (not (string.find(package.path, bruterPath .. "lib/?/?.t", 1, true))) then

bruter/src/br.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ local br =
2626
vm =
2727
{
2828
-- version
29-
version = "0.2.7b",
29+
version = "0.2.7c",
3030
-- source and outputs
3131
source = "",
3232
outputpath = "",

0 commit comments

Comments
 (0)