Skip to content

Commit b1fad8b

Browse files
Fix cncluster backup, again
[force] (it seems that static checks are useless here anyway) Signed-off-by: Martin Florian <martin.florian@digitalasset.com>
1 parent 306fbc5 commit b1fad8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/scripts/utils.source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ create_component_instance() {
5252
local namespace="$3"
5353

5454
if [[ ("$component" == "sequencer" || "$component" == "mediator" || "$component" == "participant")
55-
&& ("$namespace" != "splitwell" && "$namespace" != "validator1" && "$namespace" != "sv"); then
55+
&& ("$namespace" != "splitwell" && "$namespace" != "validator1" && "$namespace" != "sv") ]]; then
5656
component_instance="${component}-${migration_id}"
5757
else
5858
component_instance="${component}"

0 commit comments

Comments
 (0)