Skip to content

Commit

Permalink
fixup after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Nov 21, 2023
1 parent 96347fb commit 464718d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/src/app/update/host_phase1_updater.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ impl HostPhase1Updater {
// TODO-correctness Should we be doing this, or should a higher level
// executor set this up before calling us?
mgs_clients
.try_all(&self.log, |client| async move {
.try_all_serially(&self.log, |client| async move {
me.mark_target_slot_active(&client).await
})
.await?;
Expand Down

0 comments on commit 464718d

Please sign in to comment.