Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuss committed Sep 25, 2020
1 parent 32e42cc commit 55812a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/serving/samples/hello-world/helloworld-shell/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cd knative-docs/docs/serving/samples/hello-world/helloworld-shell
```shell
#!/bin/sh
while true ; do
echo -e "HTTP/1.1 200\n\n ${TARGET:=World}!\n" | nc -l -p 8080 -q 1;
echo -e "HTTP/1.1 200\n\n Hello ${TARGET:=World}!\n" | nc -l -p 8080 -q 1;
done
```

Expand Down

0 comments on commit 55812a7

Please sign in to comment.