Skip to content

Commit 9ce82a8

Browse files
author
jiangdong
committed
up
Signed-off-by: jiangdong <jiangdong@iflytek.com>
1 parent 63a72eb commit 9ce82a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apisix/discovery/zookeeper/utils.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ end
5555

5656
-- Recursively Create ZooKeeper Nodes
5757
function _M.create_zk_path(client, path)
58-
local parts = core.utils.split(path, "/")
58+
local parts = core.utils.split_uri(path, "/")
5959
local current = ""
6060
for _, part in ipairs(parts) do
6161
if part ~= "" then

0 commit comments

Comments
 (0)