Skip to content

Commit

Permalink
Update runtime/src/snapshot_utils.rs
Browse files Browse the repository at this point in the history
Co-authored-by: apfitzge <[email protected]>
  • Loading branch information
xiangzhu70 and apfitzge authored Jan 5, 2023
1 parent d374097 commit 8e3d8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/snapshot_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2129,7 +2129,7 @@ pub fn verify_snapshot_archive<P, Q, R>(
std::fs::remove_file(p1).unwrap();
std::fs::remove_file(p2).unwrap();

// The new the status_cache file is inside the slot directory together with the snapshot file.
// The new status_cache file is inside the slot directory together with the snapshot file.
// When unpacking an archive, the status_cache file from the archive is one-level up outside of
// the slot direcotry.
// The unpacked status_cache file need to be put back into the slot directory for the directory
Expand Down

0 comments on commit 8e3d8df

Please sign in to comment.