Skip to content

Commit

Permalink
Fix more Install Guide formatting.
Browse files Browse the repository at this point in the history
Fixes more formatting issues in the Pipelines install guide.
  • Loading branch information
tualeron authored and tekton-robot committed Mar 3, 2020
1 parent 9c08fb6 commit 06b5b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 06b5b04

Please sign in to comment.