Skip to content

Commit 8dfec4d

Browse files
Fix typo in command line.
1 parent 72cd146 commit 8dfec4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/chart_repository_faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ send us a pull request.
1111
**Q: Why do I get a `unsupported protocol scheme ""` error when trying to fetch a chart from my custom repo?**
1212

1313
A: (Helm < 2.5.0) This is likely caused by you creating your chart repo index without specifying the `--url` flag.
14-
Try recreating your `index.yaml` file with a command like `heml repo index --url http://my-repo/charts .`,
14+
Try recreating your `index.yaml` file with a command like `helm repo index --url http://my-repo/charts .`,
1515
and then re-uploading it to your custom charts repo.
1616

1717
This behavior was changed in Helm 2.5.0.

0 commit comments

Comments
 (0)