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 ```