typo in example (#582)

This commit is contained in:
prakharrr-sl 2019-05-08 18:12:14 -07:00 committed by KUOKA Yusuke
parent 272d55e31a
commit 0fc8ac395b
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ Environment variables can be used in most places for templating the helmfile. Cu
Examples:
```yaml
respositories:
repositories:
- name: your-private-git-repo-hosted-charts
url: https://{{ requiredEnv "GITHUB_TOKEN"}}@raw.githubusercontent.com/kmzfs/helm-repo-in-github/master/
```