Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit c4594b7

Browse files
committed
fixed genesis-shapshot.bin location in main.yml
1 parent 3361292 commit c4594b7

File tree

1 file changed

+1
-1
lines changed
  • deploy/ansible/roles/iota-core-node/tasks

1 file changed

+1
-1
lines changed

deploy/ansible/roles/iota-core-node/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
- name: Copy genesis snapshot
2121
copy:
22-
src: ./tools/genesis-snapshot/genesis-snapshot.bin
22+
src: ../../tools/genesis-snapshot/genesis-snapshot.bin
2323
dest: /opt/iota-core/snapshot.bin
2424
mode: '0644'
2525

0 commit comments

Comments
 (0)