fixing typo

This commit is contained in:
Phanindra Pydisetty
2017-03-05 10:24:43 +05:30
committed by Andrew Chen
parent ac31bb8270
commit 133af46f89
+1 -1
View File
@@ -174,7 +174,7 @@ service "nodeport" annotated
Now, re-run the test:
```console
$ for node in $NODES; do curl --connect-timeout 1 -s $node:$NODEPORT | grep -i client_address; do
$ for node in $NODES; do curl --connect-timeout 1 -s $node:$NODEPORT | grep -i client_address; done
client_address=104.132.1.79
```