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 Vulpesx committed Jun 7, 2024
1 parent 90a1f06 commit daae19e
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 daae19e

Please sign in to comment.