Skip to content

Commit

Permalink
typofix (helix-editor#10125)
Browse files Browse the repository at this point in the history
  • Loading branch information
tm99hjkl authored and postsolar committed Apr 4, 2024
1 parent db38abf commit 2ad4c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-loader/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pub fn config_dir() -> PathBuf {

pub fn cache_dir() -> PathBuf {
// TODO: allow env var override
let strategy = choose_base_strategy().expect("Unable to find the config directory!");
let strategy = choose_base_strategy().expect("Unable to find the cache directory!");
let mut path = strategy.cache_dir();
path.push("helix");
path
Expand Down

0 comments on commit 2ad4c79

Please sign in to comment.