Skip to content

Commit 55af187

Browse files
committed
Fix path in rockspec
1 parent d5963b8 commit 55af187

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rockspecs/wsapi-openresty-0.0.1-1.rockspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ description = {
1515
dependencies = { "lua >= 5.1", "wsapi >= 1.6.1" }
1616

1717
source = {
18-
url = "https://github.com/ignacio/wsapi-openresty/archive/v0.0.1.tar.gz"
18+
url = "https://github.com/ignacio/wsapi-openresty/archive/v0.0.1.tar.gz",
19+
dir = "wsapi-openresty-0.0.1"
1920
}
2021

2122
build = {

0 commit comments

Comments
 (0)