Skip to content

Commit b7b5c2e

Browse files
dervoetisbernauer
andcommitted
Update rust/operator-binary/src/controller.rs
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent cea45b3 commit b7b5c2e

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
@@ -341,7 +341,7 @@ pub enum Error {
341341
source: builder::pod::volume::SecretOperatorVolumeSourceBuilderError,
342342
},
343343

344-
#[snafu(display("failed to apply config overrides to {file}"))]
344+
#[snafu(display("failed to apply config overrides to the file {file:?}"))]
345345
ApplyConfigOverrides {
346346
source: config_overrides::Error,
347347
file: String,

0 commit comments

Comments
 (0)