From b3cc17b770d77b54958133cc8ad1692ce1b7c9c6 Mon Sep 17 00:00:00 2001 From: Matthew Fisher <matt.fisher@microsoft.com> Date: Fri, 5 Jan 2018 12:54:03 -0800 Subject: [PATCH] add missing parentheses --- docs/charts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/charts.md b/docs/charts.md index 1bcafb64b..3ec14c21c 100644 --- a/docs/charts.md +++ b/docs/charts.md @@ -489,7 +489,7 @@ the Kubernetes objects from the charts and all its dependencies are Hence a single release is created with all the objects for the chart and its dependencies. The install order of Kubernetes types is given by the enumeration InstallOrder in kind_sorter.go -(see [the Helm source file](https://github.com/kubernetes/helm/blob/master/pkg/tiller/kind_sorter.go#L26). +(see [the Helm source file](https://github.com/kubernetes/helm/blob/master/pkg/tiller/kind_sorter.go#L26)). ## Templates and Values -- GitLab