Skip to content

Commit 213665e

Browse files
authored
fix: Fix repair index (#406)
closes rustic-rs/rustic#1457
1 parent 1ff025a commit 213665e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/core/src/commands/repair/index.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ impl PackChecker {
161161
Some(PackHeaderRef::from_index_pack(&p).size()),
162162
size,
163163
));
164+
changed = true;
164165
} else {
165166
new_index.add(p, to_delete);
166167
}

0 commit comments

Comments
 (0)