Skip to content

Commit 1116dc7

Browse files
doubleailesrydrman
andcommitted
Update crates/spfs/src/runtime/storage.rs
Co-authored-by: Ryan Bottriell <[email protected]> Signed-off-by: Philippe Llerena <[email protected]>
1 parent 553de26 commit 1116dc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/spfs/src/runtime/storage.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,8 @@ pub struct Config {
408408

409409
impl Default for Config {
410410
fn default() -> Self {
411-
// Default RUNTIME_DIR
412-
Self::from_root(temp_dir().join("spfs-runtime"))
411+
let default_runtime_dir = temp_dir().join("spfs-runtime");
412+
Self::from_root(default_runtime_dir)
413413
}
414414
}
415415

0 commit comments

Comments
 (0)