You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/10/13 14:13:39 UTC

[GitHub] [apisix] membphis commented on a change in pull request #2390: fix: it does'nt make sence to compare etcd_version, since it's nil.

membphis commented on a change in pull request #2390:
URL: https://github.com/apache/apisix/pull/2390#discussion_r503986464



##########
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:
       agree +1




----------------------------------------------------------------
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:
users@infra.apache.org