From 06b5b04baeea9cd1a03427c5c5b5d5cda5c1c6ef Mon Sep 17 00:00:00 2001 From: Serge Pomorski <28788978+spomorski@users.noreply.github.com> Date: Tue, 3 Mar 2020 15:59:18 -0500 Subject: [PATCH] Fix more Install Guide formatting. Fixes more formatting issues in the Pipelines install guide. --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index cb37b219469..45441fe58c5 100644 --- a/docs/install.md +++ b/docs/install.md @@ -52,7 +52,7 @@ To install Tekton Pipelines on a Kubernetes cluster: You can install a specific release using `previous/$VERSION_NUMBER`. For example: ```bash - kubectl apply --filename `https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.2.0/release.yaml`. + kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.2.0/release.yaml ``` If your container runtime does not support `image-reference:tag@digest`