fix: `helmfile sync` doesn't recognize the default `helmfile.d/` directory
Fixes #189
This commit is contained in:
		
							parent
							
								
									35732f3a93
								
							
						
					
					
						commit
						c74db5d281
					
				
							
								
								
									
										3
									
								
								main.go
								
								
								
								
							
							
						
						
									
										3
									
								
								main.go
								
								
								
								
							|  | @ -37,8 +37,7 @@ func main() { | ||||||
| 		}, | 		}, | ||||||
| 		cli.StringFlag{ | 		cli.StringFlag{ | ||||||
| 			Name:  "file, f", | 			Name:  "file, f", | ||||||
| 			Value: DefaultHelmfile, | 			Usage: "load config from file or directory. defaults to `helmfile.yaml` or `helmfile.d`(means `helmfile.d/*.yaml`) in this preference", | ||||||
| 			Usage: "load config from `FILE`", |  | ||||||
| 		}, | 		}, | ||||||
| 		cli.BoolFlag{ | 		cli.BoolFlag{ | ||||||
| 			Name:  "quiet, q", | 			Name:  "quiet, q", | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue