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{