Skip to content

Commit b599111

Browse files
Removed lib from the package path
1 parent 8ee230f commit b599111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngx_lua_datadog_TEMPLATE.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ dependencies = {}
1313
build = {
1414
type = "builtin",
1515
modules = {
16-
["lib.ngx_lua_datadog"] = "lib/ngx_lua_datadog.lua"
16+
["ngx_lua_datadog"] = "lib/ngx_lua_datadog.lua"
1717
}
1818
}

0 commit comments

Comments
 (0)