From 26e0a4a48253eb62e36c3391f34f5498b731ec7a Mon Sep 17 00:00:00 2001 From: Hiroaki Kobayashi Date: Thu, 23 Jun 2022 23:47:04 +0900 Subject: [PATCH] Fix typo in README Signed-off-by: Hiroaki Kobayashi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b63d7b16..9cd7a6f2 100644 --- a/README.md +++ b/README.md @@ -1409,7 +1409,7 @@ git commit -m 'some message' git push origin $BRANCH ``` -> Note that `$(pwd)` is necessary when `hemlfile.yaml` has one or more sub-helmfiles in nested directories, +> Note that `$(pwd)` is necessary when `helmfile.yaml` has one or more sub-helmfiles in nested directories, > because setting a relative file path in `--output-dir` or `--output-dir-template` results in each sub-helmfile render > to the directory relative to the specified path.