Skip to content

Commit 4d632b5

Browse files
committed
Conjugating
1 parent 51bcd24 commit 4d632b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crutest/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2608,7 +2608,7 @@ async fn replace_before_active(
26082608
bail!("Requested volume verify failed: {:?}", e)
26092609
}
26102610

2611-
// Start up the old downstairs so it is ready for the next loop.
2611+
// Start up the old downstairs so they are ready for the next loop.
26122612
for old_ds in [old_ds_a, old_ds_b] {
26132613
let res = dsc_client.dsc_start(old_ds).await;
26142614
info!(log, "[{c}] Replay: started {old_ds}, returned:{:?}", res);

0 commit comments

Comments
 (0)