Skip to content

Commit d3f7c5a

Browse files
adwk67sbernauer
andauthored
Update rust/operator-binary/src/superset_controller.rs
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent 0052440 commit d3f7c5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/superset_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ pub enum Error {
309309
},
310310

311311
#[snafu(display("failed to create SECRET_KEY secret"))]
312-
InvalidSecretKey {
312+
CreateSecretKeySecret {
313313
source: random_secret_creation::Error,
314314
},
315315
}

0 commit comments

Comments
 (0)