Yiyiyimu commented on a change in pull request #2390:
URL: https://github.com/apache/apisix/pull/2390#discussion_r503979530
##########
File path: bin/apisix
##########
@@ -1000,7 +1000,7 @@ local function init_etcd(show_output)
os.exit(1)
end
- local cluster_version = body["etcdcluster"]
+ cluster_version = body["etcdcluster"]
Review comment:
Maybe delete the outside definition is better, since we use the new one
in each cycle.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]