Skip to content

Commit a967ae7

Browse files
adwk67NickLarsenNZ
andauthored
Update rust/operator-binary/src/superset_controller.rs
Co-authored-by: Nick <[email protected]>
1 parent df0773a commit a967ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/superset_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ pub async fn reconcile_superset(
446446
cluster_resources
447447
.add(client, rg_group_listener)
448448
.await
449-
.context(ApplyGroupListenerSnafu {
449+
.with_context(|_| ApplyGroupListenerSnafu {
450450
rolegroup: rolegroup.clone(),
451451
})?;
452452

0 commit comments

Comments
 (0)