Skip to content

Commit e506e6b

Browse files
authored
Update hostnames in getting started guide to be consistent (#1114)
1 parent f207f90 commit e506e6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/getting_started_guide/trying_sample_commands.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ Try Sample Commands
1111
1212
receptorctl --socket /tmp/foo.sock status
1313
14-
2. Ping node mal from node foo
14+
2. Ping node baz from node foo
1515

1616
.. code-block:: bash
1717
18-
receptorctl --socket /tmp/foo.sock ping mal
18+
receptorctl --socket /tmp/foo.sock ping baz
1919
20-
3. Submit work from foo to mal and stream results back to foo
20+
3. Submit work from foo to baz and stream results back to foo
2121

2222
.. code-block:: bash
2323
24-
seq 10 | receptorctl --socket /tmp/foo.sock work submit --node mal echo --payload - -f
24+
seq 10 | receptorctl --socket /tmp/foo.sock work submit --node baz echo --payload - -f
2525
2626
4. List work units
2727

0 commit comments

Comments
 (0)