Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 10, 2024
1 parent 420096b commit abec772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/logs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ fn merge_log_lines(name: &str, lines: Vec<String>) -> Vec<(String, String, Strin
})
}

fn get_log_file_infos(names: &Vec<String>) -> Result<BTreeMap<String, LogFile>> {
fn get_log_file_infos(names: &[String]) -> Result<BTreeMap<String, LogFile>> {
let names = names.iter().collect::<HashSet<_>>();
xx::file::ls(&*env::PITCHFORK_LOGS_DIR)?
.into_iter()
Expand Down

0 comments on commit abec772

Please sign in to comment.