Skip to content

Commit 4768882

Browse files
Fix ordering
Co-authored-by: Martin Florian <martin.florian@digitalasset.com> Signed-off-by: krzysztofczyz-da <krzysztof.czyz@digitalasset.com>
1 parent 31e2580 commit 4768882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/cncluster

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1798,7 +1798,7 @@ function subcmd_restore_node() {
17981798

17991799
node="${1-}"
18001800
migration_id="${2-}"
1801-
backup_run_id="${4-}"
1801+
backup_run_id="${3-}"
18021802

18031803
if [ -z "$node" ] || [ -z "$migration_id" ]; then
18041804
_error "Usage: $SCRIPTNAME restore_node <namespace_name> <migration_id> [<backup_run_id>]"

0 commit comments

Comments
 (0)