From 502ade05ffe1657cfd53ece7b8394019f4ccb881 Mon Sep 17 00:00:00 2001 From: zwwhdls Date: Wed, 18 Dec 2019 15:32:17 +0800 Subject: [PATCH] update comment Signed-off-by: zwwhdls --- pkg/action/pull.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/action/pull.go b/pkg/action/pull.go index fada49395..24ac70ba4 100644 --- a/pkg/action/pull.go +++ b/pkg/action/pull.go @@ -109,7 +109,7 @@ func (p *Pull) Run(chartRef string) (string, error) { if !filepath.IsAbs(ud) { ud = filepath.Join(p.DestDir, ud) } - // Let udCheck to check conflict file/dir without replacing ud when untarDir is . + // Let udCheck to check conflict file/dir without replacing ud when untarDir is the current directory(.). udCheck := ud if udCheck == "." { _, udCheck = filepath.Split(chartRef)