Skip to content

Commit 242ec8b

Browse files
committed
chore: Rename stackable_operators -> stackable-operators
1 parent ff2e246 commit 242ec8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/controller/validate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ mod tests {
10061006

10071007
fn operator_environment() -> OperatorEnvironmentOptions {
10081008
OperatorEnvironmentOptions {
1009-
operator_namespace: "stackable_operators".to_owned(),
1009+
operator_namespace: "stackable-operators".to_owned(),
10101010
operator_service_name: "opensearch-operator".to_owned(),
10111011
image_repository: "oci.example.org".to_owned(),
10121012
}

0 commit comments

Comments
 (0)