Skip to content

Commit f2ac8a4

Browse files
committed
Call find_target_node in main() after check_cluster()
- Add missing find_target_node() call in main() - Ensures TARGET_NODE is resolved after cluster validation - Completes the refactor from the previous commit Signed-off-by: Karla Saur <[email protected]>
1 parent 87a69eb commit f2ac8a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demos/local-xid-demo/scripts/02-inject-xid.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ main() {
129129
section "XID Error Injection"
130130

131131
check_cluster
132+
find_target_node
132133
check_node_exists
133134
inject_xid_error
134135
}

0 commit comments

Comments
 (0)