From 0fc8ac395b10324de0f0d6c369b9c90f219c2411 Mon Sep 17 00:00:00 2001 From: prakharrr-sl <42418735+prakharrr-sl@users.noreply.github.com> Date: Wed, 8 May 2019 18:12:14 -0700 Subject: [PATCH] typo in example (#582) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6155f88a..e1357ce0 100644 --- a/README.md +++ b/README.md @@ -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/ ```