Skip to content

Commit

Permalink
Update crates/spfs/src/runtime/storage.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Bottriell <[email protected]>
Signed-off-by: Philippe Llerena <[email protected]>
  • Loading branch information
doubleailes and rydrman committed Aug 29, 2024
1 parent 7fe3bf3 commit 247e0f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/spfs/src/runtime/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,8 @@ pub struct Config {

impl Default for Config {
fn default() -> Self {
// Default RUNTIME_DIR
Self::from_root(temp_dir().join("spfs-runtime"))
let default_runtime_dir = temp_dir().join("spfs-runtime");
Self::from_root(default_runtime_dir)
}
}

Expand Down

0 comments on commit 247e0f9

Please sign in to comment.