diff --git a/cmd/helm/chart.go b/cmd/helm/chart.go index ab6e5524b..e1c7fe52b 100644 --- a/cmd/helm/chart.go +++ b/cmd/helm/chart.go @@ -18,11 +18,10 @@ package main import ( "errors" - "path/filepath" "fmt" "os" + "path/filepath" - "github.com/codegangsta/cli" "github.com/codegangsta/cli" "github.com/kubernetes/helm/pkg/chart" "github.com/kubernetes/helm/pkg/format" @@ -93,6 +92,8 @@ func createChart(c *cli.Context) error { _, err := chart.Create(cf, dir) return err +} + func pack(cxt *cli.Context) error { args := cxt.Args() if len(args) < 1 {