Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Makhonin committed Dec 13, 2023
1 parent 85a5f04 commit 753caf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/solana_cli/tasks/solana_snapshot_finder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- name: cli | get solana snapshot finder
copy:
src: files/solana-snapshot-finder
dest: "{{ env_path }}/solana-snapshot-finder"
dest: "{{ solana_home }}/solana-snapshot-finder"
owner: "{{ solana_user }}"
group: "{{ solana_user }}"
mode: 0755
Expand Down

0 comments on commit 753caf1

Please sign in to comment.