typofix (#10125)
This commit is contained in:
parent
e54e3f07cb
commit
84cc42e5ee
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ pub fn config_dir() -> PathBuf {
|
||||||
|
|
||||||
pub fn cache_dir() -> PathBuf {
|
pub fn cache_dir() -> PathBuf {
|
||||||
// TODO: allow env var override
|
// 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();
|
let mut path = strategy.cache_dir();
|
||||||
path.push("helix");
|
path.push("helix");
|
||||||
path
|
path
|
||||||
|
|
Loading…
Add table
Reference in a new issue