From dbee31aba408596df80277169d3aa67f251e646b Mon Sep 17 00:00:00 2001 From: Lang Martin Date: Mon, 20 May 2019 14:53:55 -0400 Subject: [PATCH] e2e README typo --- e2e/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/README.md b/e2e/README.md index e6438dc7e9d3..6ea8c6f66896 100644 --- a/e2e/README.md +++ b/e2e/README.md @@ -18,5 +18,5 @@ Running After completing the provisioning step above, you should see CLI output showing the IP addresses of Nomad client machines. To run the tests, set the NOMAD_ADDR variable to one of the client IPs. ``` -$ NOMAD_ADDR=<> $NOMAD_E2E=1 go test -v +$ NOMAD_ADDR=<> NOMAD_E2E=1 go test -v ```