Skip to content

Commit 97cf782

Browse files
paigecalvertajp-io
andauthored
Update docs/enterprise/embedded-manage-nodes.mdx
Co-authored-by: Alex Parker <7272359+ajp-io@users.noreply.github.com>
1 parent 88d096c commit 97cf782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/enterprise/embedded-manage-nodes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ To automate controller node joins with Embedded Cluster:
119119
sudo ./your-app-slug get join-command
120120
121121
curl -k https://172.17.0.2:30000/api/v1/embedded-cluster/binary -o embedded-cluster.tar.gz && \
122-
tar -xvf embedded-cluster.tar.gz && \
123-
sudo ./embedded-cluster join 172.17.0.2:30000 1234aBcD
122+
tar -xvf embedded-cluster.tar.gz && \
123+
sudo ./embedded-cluster join 172.17.0.2:30000 1234aBcD
124124
```
125125
**Example with JSON output:**
126126

0 commit comments

Comments
 (0)