Skip to content

Commit

Permalink
Add missing \ in the command line example
Browse files Browse the repository at this point in the history
Replaces and closes #4371

Signed-off-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
  • Loading branch information
yurishkuro committed Apr 6, 2023
1 parent 8204fa5 commit fa94007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hotrod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ go run ./examples/hotrod/main.go all
docker run \
--rm \
--link jaeger \
--env OTEL_EXPORTER_JAEGER_ENDPOINT=http://jaeger:14268/api/traces
--env OTEL_EXPORTER_JAEGER_ENDPOINT=http://jaeger:14268/api/traces \
-p8080-8083:8080-8083 \
jaegertracing/example-hotrod:latest \
all
Expand Down

0 comments on commit fa94007

Please sign in to comment.