fix: `helmfile sync` doesn't recognize the default `helmfile.d/` directory

Fixes #189
This commit is contained in:
Yusuke KUOKA 2018-07-12 14:13:56 +09:00
parent 35732f3a93
commit c74db5d281
1 changed files with 1 additions and 2 deletions

View File

@ -37,8 +37,7 @@ func main() {
},
cli.StringFlag{
Name: "file, f",
Value: DefaultHelmfile,
Usage: "load config from `FILE`",
Usage: "load config from file or directory. defaults to `helmfile.yaml` or `helmfile.d`(means `helmfile.d/*.yaml`) in this preference",
},
cli.BoolFlag{
Name: "quiet, q",