Skip to content

Commit

Permalink
dirs_next -> dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master committed Jun 30, 2024
1 parent adf9b70 commit 327d409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/updater/src/updater.rs
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ impl Update {

let tmp_dir_locations = vec![
Box::new(|| Some(std::env::temp_dir())) as Box<dyn FnOnce() -> Option<PathBuf>>,
Box::new(dirs_next::cache_dir),
Box::new(dirs::cache_dir),
Box::new(|| Some(self.extract_path.parent().unwrap().to_path_buf())),
];

Expand Down

0 comments on commit 327d409

Please sign in to comment.