From a408504950e6e0ee9123f66fae36b7af52545c30 Mon Sep 17 00:00:00 2001 From: "Christopher A. Stelma" Date: Mon, 2 Apr 2018 16:14:00 -0700 Subject: [PATCH] add the import, shouldn't be a terribly difficult merge --- cmd/helm/init.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/helm/init.go b/cmd/helm/init.go index e0fa061af..2597058de 100644 --- a/cmd/helm/init.go +++ b/cmd/helm/init.go @@ -23,6 +23,7 @@ import ( "fmt" "io" "os" + "path/filepath" "time" "github.com/spf13/cobra"