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 8e3d8df commit 343c1f1
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 @@ -2131,7 +2131,7 @@ pub fn verify_snapshot_archive<P, Q, R>(

// 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 slot directory.
// The unpacked status_cache file need to be put back into the slot directory for the directory
// comparison to pass.
let existing_unpacked_status_cache_file =
Expand Down

0 comments on commit 343c1f1

Please sign in to comment.