From b1ae41af15c3e1dfed67da9c8d376a6b5e055641 Mon Sep 17 00:00:00 2001 From: Eugene Zuev Date: Sat, 20 May 2023 16:37:50 +0200 Subject: [PATCH] fix: use spaces for indents Signed-off-by: Eugene Zuev --- cmd/helm/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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