We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b17343 commit 1ae1e8cCopy full SHA for 1ae1e8c
nexus/src/app/deployment.rs
@@ -308,7 +308,7 @@ fn is_target_release_change_allowed(
308
let mut all_components_on_current_target_release = true;
309
310
// Check sled configs first.
311
- for sled_config in current_blueprint.active_sled_configs() {
+ for (_, sled_config) in current_blueprint.active_sled_configs() {
312
if sled_config.remove_mupdate_override.is_some() {
313
// A mupdate has occurred; we must allow a new target release.
314
return true;
0 commit comments