From e506e6b00eebbb42d63aebe4fe3dcf8a88eb2aea Mon Sep 17 00:00:00 2001 From: Jill R <4121322+jillr@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:47:34 -0700 Subject: [PATCH] Update hostnames in getting started guide to be consistent (#1114) --- .../getting_started_guide/trying_sample_commands.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/getting_started_guide/trying_sample_commands.rst b/docs/source/getting_started_guide/trying_sample_commands.rst index 8d8875531..6b688c490 100644 --- a/docs/source/getting_started_guide/trying_sample_commands.rst +++ b/docs/source/getting_started_guide/trying_sample_commands.rst @@ -11,17 +11,17 @@ Try Sample Commands receptorctl --socket /tmp/foo.sock status -2. Ping node mal from node foo +2. Ping node baz from node foo .. code-block:: bash - receptorctl --socket /tmp/foo.sock ping mal + receptorctl --socket /tmp/foo.sock ping baz -3. Submit work from foo to mal and stream results back to foo +3. Submit work from foo to baz and stream results back to foo .. code-block:: bash - seq 10 | receptorctl --socket /tmp/foo.sock work submit --node mal echo --payload - -f + seq 10 | receptorctl --socket /tmp/foo.sock work submit --node baz echo --payload - -f 4. List work units