diff --git a/cmd/helm/create.go b/cmd/helm/create.go index 586a17b8c..31b8c91bc 100644 --- a/cmd/helm/create.go +++ b/cmd/helm/create.go @@ -37,7 +37,7 @@ For example, 'helm create foo' will create a directory structure that looks something like this: foo/ - ├── .helmignore # Contains patterns to ignore when packaging Helm charts. + ├── .helmignore # Contains patterns to ignore when packaging Helm charts. ├── Chart.yaml # Information about your chart ├── values.yaml # The default values for your templates ├── values.schema.json # The default scheme for the chart values