Skip to content

Commit

Permalink
Fix sample sled-agent-sim command in README (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliana authored Sep 8, 2021
1 parent 63236de commit 619fe75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ listening: http://127.0.0.1:12220
+
[source,text]
----
$ cargo run --bin=sled-agent-sim -- run $(uuidgen) 127.0.0.1:12345 127.0.0.1:12221
$ cargo run --bin=sled-agent-sim -- $(uuidgen) 127.0.0.1:12345 127.0.0.1:12221
...
Jun 02 12:21:50.989 INFO listening, local_addr: 127.0.0.1:12345, component: dropshot
----
Expand Down

0 comments on commit 619fe75

Please sign in to comment.