Fix typo in README

Signed-off-by: Hiroaki Kobayashi <kobtea9696@gmail.com>
This commit is contained in:
Hiroaki Kobayashi 2022-06-23 23:47:04 +09:00
parent 3f48b295d3
commit 26e0a4a482
1 changed files with 1 additions and 1 deletions

View File

@ -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.