This commit is contained in:
parent
fdd3b3cb64
commit
bdc6f87efa
@ -80,7 +80,6 @@ pub(crate) fn get_cache_dir() -> Result<String, Error> {
|
|||||||
msg: "directories crate could not find basedirs.".into(),
|
msg: "directories crate could not find basedirs.".into(),
|
||||||
})?;
|
})?;
|
||||||
let cache_dir = cache_dir.cache_dir();
|
let cache_dir = cache_dir.cache_dir();
|
||||||
println!("{}/risp", cache_dir.to_str().unwrap());
|
|
||||||
Ok(format!("{}/risp/", cache_dir.to_str().unwrap()))
|
Ok(format!("{}/risp/", cache_dir.to_str().unwrap()))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user