You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2021/04/08 21:16:52 UTC

[couchdb-documentation] branch main updated: Fixing erlang command to test connectivity between nodes (#653)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/main by this push:
     new 432f432  Fixing erlang command to test connectivity between nodes (#653)
432f432 is described below

commit 432f432d58ba9d6592fd2bf2e14057a100df15f7
Author: Matias Lopez <lo...@gmail.com>
AuthorDate: Thu Apr 8 18:16:43 2021 -0300

    Fixing erlang command to test connectivity between nodes (#653)
---
 src/setup/cluster.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/setup/cluster.rst b/src/setup/cluster.rst
index c08a596..968d7ed 100644
--- a/src/setup/cluster.rst
+++ b/src/setup/cluster.rst
@@ -149,7 +149,7 @@ In shell1:
 
 .. code-block:: erlang
 
-    net_kernel:connect_node(car@192.168.0.2).
+    net_kernel:connect_node('car@192.168.0.2').
 
 This will connect to the node called ``car`` on the server called
 ``192.168.0.2``.