Skip to content

Commit 1ae1e8c

Browse files
committed
minor api update
1 parent 5b17343 commit 1ae1e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nexus/src/app/deployment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ fn is_target_release_change_allowed(
308308
let mut all_components_on_current_target_release = true;
309309

310310
// Check sled configs first.
311-
for sled_config in current_blueprint.active_sled_configs() {
311+
for (_, sled_config) in current_blueprint.active_sled_configs() {
312312
if sled_config.remove_mupdate_override.is_some() {
313313
// A mupdate has occurred; we must allow a new target release.
314314
return true;

0 commit comments

Comments
 (0)