diff --git a/cluster/scripts/utils.source b/cluster/scripts/utils.source index 7db64d06c1..464181ddf1 100644 --- a/cluster/scripts/utils.source +++ b/cluster/scripts/utils.source @@ -52,7 +52,7 @@ create_component_instance() { local namespace="$3" if [[ ("$component" == "sequencer" || "$component" == "mediator" || "$component" == "participant") - && ("$namespace" != "splitwell" && "$namespace" != "validator1" && "$namespace" != "sv"); then + && ("$namespace" != "splitwell" && "$namespace" != "validator1" && "$namespace" != "sv") ]]; then component_instance="${component}-${migration_id}" else component_instance="${component}"