From 4cc19d1d82c4f4ee4bb9af5739e1184f5800f588 Mon Sep 17 00:00:00 2001 From: Martin Hickey Date: Fri, 31 Jul 2020 07:57:17 +0000 Subject: [PATCH] Fix typo Signed-off-by: Martin Hickey --- pkg/action/action.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/action/action.go b/pkg/action/action.go index 3c47cc6df..071db709b 100644 --- a/pkg/action/action.go +++ b/pkg/action/action.go @@ -100,7 +100,7 @@ type Configuration struct { // // TODO: This function is badly in need of a refactor. // TODO: As part of the refactor the duplicate code in cmd/helm/template.go should be removed -// This code has to do with writing files to dick. +// This code has to do with writing files to disk. func (c *Configuration) renderResources(ch *chart.Chart, values chartutil.Values, releaseName, outputDir string, subNotes, useReleaseName, includeCrds bool, pr postrender.PostRenderer, dryRun bool) ([]*release.Hook, *bytes.Buffer, string, error) { hs := []*release.Hook{} b := bytes.NewBuffer(nil)