From 39518611c8b40dda702614fae151ae9d83c01665 Mon Sep 17 00:00:00 2001 From: Larry West <31381548+larrywest42@users.noreply.github.com> Date: Fri, 8 Feb 2019 11:45:36 -0800 Subject: [PATCH] trivia: fix typo in README (#5883) Remove a superfluous line of three back-ticks that caused improper formatting of the http_proxy section. Signed-off-by: Larry West --- ci/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/README.md b/ci/README.md index 2626dd5fb602..15fcee177563 100644 --- a/ci/README.md +++ b/ci/README.md @@ -36,7 +36,6 @@ An example basic invocation to build a developer version of the Envoy static bin ``` The build image defaults to `envoyproxy/envoy-build-ubuntu`, but you can choose build image by setting `IMAGE_NAME` in the environment. -``` In case your setup is behind a proxy, set `http_proxy` and `https_proxy` to the proxy servers before invoking the build.