From 45c4eb9655a3d9fcf130f09456a0c979969f708e Mon Sep 17 00:00:00 2001 From: Michelle Noorali Date: Thu, 24 Mar 2016 01:29:05 -0600 Subject: [PATCH] feat(repo): update repo path --- cmd/helm/repository.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/repository.go b/cmd/helm/repository.go index 25c3c4549..c6ec30d33 100644 --- a/cmd/helm/repository.go +++ b/cmd/helm/repository.go @@ -28,7 +28,7 @@ func init() { addCommands(repoCommands()) } -const chartRepoPath = "chart_repositories" +const chartRepoPath = "repositories" func repoCommands() cli.Command { return cli.Command{