Skip to content

Commit

Permalink
Fix .lagoon.yml not being checked for configs
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketeerbkw committed Nov 9, 2023
1 parent c3d1b86 commit e648302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func processConfig(cfgFile string) error {
// Next, check for common lagoon config files and override defaults.
for _, path := range paths {
cfgFiles := []string{
// filepath.Join(path, ".lagoon.yml"),
filepath.Join(path, ".lagoon.yml"),
filepath.Join(path, ".lagoon-sync.yml"),
filepath.Join(path, ".lagoon-sync"),
}
Expand Down

0 comments on commit e648302

Please sign in to comment.