Skip to content

Commit

Permalink
Missing right quote in citus_set_coordinator_host (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef-Harby committed Dec 21, 2022
1 parent da560b1 commit 3a78b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/multi_node_debian.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ addresses) and server ports to the table.
# to match the actual hostname

sudo -i -u postgres psql -c \
"SELECT citus_set_coordinator_host('coord.example.com', 5432);
"SELECT citus_set_coordinator_host('coord.example.com', 5432);"

# Add the worker nodes.
#
Expand Down

0 comments on commit 3a78b1a

Please sign in to comment.