From 92039222b59e4efe2026f45886a1b58e4dfc659e Mon Sep 17 00:00:00 2001 From: vaikas-google <vaikas@google.com> Date: Fri, 6 May 2016 09:58:47 -0700 Subject: [PATCH] remove the todo based on PR comments --- cmd/helm/fetch.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/helm/fetch.go b/cmd/helm/fetch.go index bcd4d520f..339ad0c9a 100644 --- a/cmd/helm/fetch.go +++ b/cmd/helm/fetch.go @@ -14,8 +14,6 @@ import ( ) var untarFile bool - -// TODO(vaikas): Is there a well known directory for these?? var untarDir string func init() { -- GitLab