From 4b8b1b502c2e275b25fa900e5a03053011dede61 Mon Sep 17 00:00:00 2001 From: Sarah Alsmiller Date: Mon, 8 Aug 2022 09:33:22 -0500 Subject: [PATCH] revert indent --- website/content/docs/api-gateway/install.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/docs/api-gateway/install.mdx b/website/content/docs/api-gateway/install.mdx index 2b2b7162ed..45bd1e9c70 100644 --- a/website/content/docs/api-gateway/install.mdx +++ b/website/content/docs/api-gateway/install.mdx @@ -54,15 +54,15 @@ Ensure that the environment you are deploying Consul API Gateway in meets the re ~> **Note:** Refer to the official [Consul K8S CLI documentation](https://www.consul.io/docs/k8s/k8s-cli) to find additional settings. ```shell-session - $ brew tap hashicorp/tap + $ brew tap hashicorp/tap ``` ```shell-session - $ brew install hashicorp/tap/consul-k8s + $ brew install hashicorp/tap/consul-k8s ``` ```shell-session - $ consul-k8s install -config-file=values.yaml -set global.image=hashicorp/consul:1.12.2 + $ consul-k8s install -config-file=values.yaml -set global.image=hashicorp/consul:1.12.2 ```