Skip to content

Commit 9d2eef7

Browse files
razvansbernauer
andauthored
Update rust/operator-binary/src/controller.rs
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent b66f8f4 commit 9d2eef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ pub enum Error {
383383
ClientSpoolingProtocolTrinoVersion { product_version: String },
384384

385385
#[snafu(display("failed to create internal secret"))]
386-
InvalidInternalSecret {
386+
CreateInternalSecret {
387387
source: random_secret_creation::Error,
388388
},
389389
}

0 commit comments

Comments
 (0)