From 835880bf121b5f0977efd1531464ad2f4e6a96fe Mon Sep 17 00:00:00 2001 From: zwwhdls Date: Sun, 8 Dec 2019 16:00:58 +0800 Subject: [PATCH] fix typo Signed-off-by: zwwhdls --- cmd/helm/fetch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/fetch.go b/cmd/helm/fetch.go index 6af84d00d..7fe0ab015 100644 --- a/cmd/helm/fetch.go +++ b/cmd/helm/fetch.go @@ -172,7 +172,7 @@ func (f *fetchCmd) run() error { } } else { - return fmt.Errorf("ailed to untar: a file or directory with the name %s already exists", ud) + return fmt.Errorf("failed to untar: a file or directory with the name %s already exists", ud) } return chartutil.ExpandFile(ud, saved)