Fix escaped line continuation (#1683)

This commit is contained in:
Henry Bell 2019-08-12 19:55:30 +01:00 committed by Knative Prow Robot
parent f57d8df3cd
commit f5f599918b
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
race conditions during the install, which cause intermittent errors: race conditions during the install, which cause intermittent errors:
```bash ```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/serving/releases/download/{{< version >}}/serving.yaml \
--filename https://github.com/knative/eventing/releases/download/{{< version >}}/eventing.yaml \ --filename https://github.com/knative/eventing/releases/download/{{< version >}}/eventing.yaml \
--filename https://github.com/knative/serving/releases/download/{{< version >}}/monitoring.yaml --filename https://github.com/knative/serving/releases/download/{{< version >}}/monitoring.yaml