Skip to content

Commit 33c4462

Browse files
dervoetisbernauer
andauthored
Update rust/operator-binary/src/controller.rs
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent 797698e commit 33c4462

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)