Skip to content

Commit c1ae8bd

Browse files
committed
fix: use module level error
1 parent 57e5df9 commit c1ae8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/znode_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pub enum Error {
9696

9797
#[snafu(display("failed to update status"))]
9898
ApplyStatus {
99-
source: stackable_operator::error::Error,
99+
source: stackable_operator::client::Error,
100100
},
101101

102102
#[snafu(display("error managing finalizer"))]

0 commit comments

Comments
 (0)