Skip to content

Commit

Permalink
fix(rockspec) fix typo in rockspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Feb 26, 2021
1 parent c590225 commit af1ff9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua-resty-http-0.15-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build = {
type = "builtin",
modules = {
["resty.http"] = "lib/resty/http.lua",
["resty.http_headers"] = "lib/resty/http_headers.lua"
["resty.http_headers"] = "lib/resty/http_headers.lua",
["resty.http_connect"] = "lib/resty/http_connect.lua"
}
}

0 comments on commit af1ff9c

Please sign in to comment.