Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
perf: logs path (logdir) updated
Browse files Browse the repository at this point in the history
  • Loading branch information
097115 committed Mar 7, 2023
1 parent 39fbba7 commit c64e2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ fn process_file_count(
}

fn get_log_files(settings: &Settings) -> Vec<path::PathBuf> {
let logdir = env::var("HOME").expect("HOME not set??") + "/.weechat/logs";
let logdir = env::var("HOME").expect("HOME not set??") + "/.local/share/weechat/logs";
let logpath = path::Path::new(&logdir);

let file_pattern = format!(
Expand Down

0 comments on commit c64e2db

Please sign in to comment.