Skip to content

Commit d37e3a7

Browse files
committed
Update error message
1 parent 6b052b3 commit d37e3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/history/history_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ pub enum Error {
203203
source: error_boundary::InvalidObject,
204204
},
205205

206-
#[snafu(display("failed to merge env"))]
206+
#[snafu(display("failed to merge environment config and/or overrides"))]
207207
MergeEnv { source: crate::crd::history::Error },
208208
}
209209

0 commit comments

Comments
 (0)