Skip to content

Commit

Permalink
Update rust/operator-binary/src/superset_controller.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Bernauer <[email protected]>
  • Loading branch information
razvan and sbernauer authored Feb 26, 2025
1 parent bc9acf3 commit 16eb8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/operator-binary/src/superset_controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ pub enum Error {
source: error_boundary::InvalidObject,
},

#[snafu(display("invalid OpaConfig"))]
#[snafu(display("invalid OPA config"))]
InvalidOpaConfig {
source: stackable_operator::commons::opa::Error,
},
Expand Down

0 comments on commit 16eb8e5

Please sign in to comment.