Skip to content

Commit d02e8d0

Browse files
committed
fix node-id location
1 parent 2d46e4b commit d02e8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/bootstrap/transit/vote_on_root_block.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
- "stderr: {{ push_vote_result.stderr | default('') }}"
207207

208208
- name: Get node id from file
209-
command: cat /var/flow/bootstrap/public-root-information/node-id
209+
command: cat {{ boostrap_directory }}/public-root-information/node-id
210210
register: nodeid_result
211211

212212
- name: Strip whitespace from node id

0 commit comments

Comments
 (0)