Skip to content

Commit

Permalink
fixup! Josh preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed May 2, 2024
1 parent f231e7e commit 2f86bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_dev/src/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const JOSH_PORT: &str = "42042";
fn start_josh() -> impl Drop {
// Determine cache directory.
let local_dir = {
let user_dirs = directories::ProjectDirs::from("org", "rust-lang", "miri-josh").unwrap();
let user_dirs = directories::ProjectDirs::from("org", "rust-lang", "clippy-josh").unwrap();
user_dirs.cache_dir().to_owned()
};

Expand Down

0 comments on commit 2f86bbf

Please sign in to comment.