From f5f599918b55ceedef94e344123103a5579f0cd0 Mon Sep 17 00:00:00 2001 From: Henry Bell Date: Mon, 12 Aug 2019 19:55:30 +0100 Subject: [PATCH] Fix escaped line continuation (#1683) --- docs/install/Knative-with-GKE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/Knative-with-GKE.md b/docs/install/Knative-with-GKE.md index 23c7984dd..7de5dd951 100644 --- a/docs/install/Knative-with-GKE.md +++ b/docs/install/Knative-with-GKE.md @@ -159,7 +159,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md). race conditions during the install, which cause intermittent errors: ```bash - kubectl apply --selector knative.dev/crd-install=true \\ + kubectl apply --selector knative.dev/crd-install=true \ --filename https://github.com/knative/serving/releases/download/{{< version >}}/serving.yaml \ --filename https://github.com/knative/eventing/releases/download/{{< version >}}/eventing.yaml \ --filename https://github.com/knative/serving/releases/download/{{< version >}}/monitoring.yaml