Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
makhoninvit authored and Vitaliy Makhonin committed Jul 26, 2024
1 parent 9ea9b4d commit 9a0cb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/validator_cli/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

- name: "{{ role_path|basename }} | check validator cli installed"
stat:
path: "{{ validator_bin_path }}/releases/{% if validator_version is defined %}{{ validator_version }}{% else %}stable{% endif %}/solana_release/bin/{{ validator_install_binary }}"
path: "{{ validator_bin_path }}/releases/{% if validator_version is defined %}v{{ validator_version }}{% else %}stable{% endif %}/solana_release/bin/{{ validator_install_binary }}"
register: validator_exists
tags:
- cli
Expand Down

0 comments on commit 9a0cb2b

Please sign in to comment.