Skip to content

Commit

Permalink
Concatenate arrays in the config when loading multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Nov 28, 2024
1 parent 56edcb4 commit 24be677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ impl Options {

configs
.into_iter()
.fold(base, |f, path| f.merge(Yaml::file(path)))
.fold(base, |f, path| f.admerge(Yaml::file(path)))
}
}

0 comments on commit 24be677

Please sign in to comment.