Skip to content

Commit f675e96

Browse files
authored
Merge pull request #45 from iresty/hotfix/rockspec
fix: rockspec
2 parents 3035455 + 42611a7 commit f675e96

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rockspec/lua-resty-etcd-0.8-0.rockspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ build = {
1818
type = "builtin",
1919
modules = {
2020
["resty.etcd"] = "lib/resty/etcd.lua",
21-
["resty.etcdv3"] = "lib/resty/etcdv3.lua",
22-
["resty.etcd.utils"] = "lib/resty/etcd/utils.lua"
21+
["resty.etcd.v2"] = "lib/resty/etcd/v2.lua",
22+
["resty.etcd.v3"] = "lib/resty/etcd/v3.lua",
23+
["resty.etcd.utils"] = "lib/resty/etcd/utils.lua",
2324
}
2425
}

0 commit comments

Comments
 (0)