From ffb92a90a4cb5250801a8dde07216a79c5d64cb7 Mon Sep 17 00:00:00 2001 From: Knative Prow Robot Date: Thu, 6 Jan 2022 06:40:02 -0800 Subject: [PATCH] Delete indented code block (#4617) Co-authored-by: Shunpoco --- docs/install/serving/installing-istio.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install/serving/installing-istio.md b/docs/install/serving/installing-istio.md index 9087f428b..ae77f6c06 100644 --- a/docs/install/serving/installing-istio.md +++ b/docs/install/serving/installing-istio.md @@ -51,9 +51,9 @@ Enter the following command to install Istio: To install Istio without sidecar injection: - ```sh - istioctl install -y - ``` +```sh +istioctl install -y +``` #### Installing Istio with sidecar injection