Skip to content

Commit

Permalink
feat: Updated fluere-plugin/src/util.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Nov 8, 2023
1 parent 6920a24 commit 3f6ca83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluere-plugin/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub fn home_cache_path() -> Result<PathBuf, std::io::Error> {
))
}
};
let path_cache = path_base.join("fluere");
let path_cache = path_base?.join("fluere");
if !path_cache.exists() {
fs::create_dir_all(path_cache.clone())?;
}
Expand Down

0 comments on commit 3f6ca83

Please sign in to comment.