mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-26 04:16:51 +00:00
layout admin: add missing calls to update_hash
This commit is contained in:
@@ -40,7 +40,7 @@ impl LayoutHistory {
|
||||
.collect::<HashSet<_>>()
|
||||
}
|
||||
|
||||
pub(crate) fn update_hashes(&mut self) {
|
||||
pub fn update_hashes(&mut self) {
|
||||
self.trackers_hash = self.calculate_trackers_hash();
|
||||
self.staging_hash = self.calculate_staging_hash();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user