Skip to content

Commit 24b552d

Browse files
committed
lib/dtutils.lua - fix typo from testing
1 parent 68ae932 commit 24b552d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dtutils.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ dtutils.libdoc.functions["prequire"] = {
180180
}
181181

182182
function dtutils.prequire(req_name)
183-
local status, lib = pcall(require, san_req_name)
183+
local status, lib = pcall(require, req_name)
184184
if status then
185185
log.msg(log.info, "Loaded " .. req_name)
186186
else

0 commit comments

Comments
 (0)