Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Makhonin Vitaliy committed Jul 29, 2024
1 parent b0262ea commit 2cc18ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/validator_cli/tasks/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
mode: 0755

- name: run validator installer
shell: "/tmp/{{ validator_binary }}/install -d {{ validator_bin_path }} {% if validator_version is defined %}v{{ validator_version }}{% else %}stable{% endif %}"
shell: "/tmp/{{ validator_binary }}/install -d {{ validator_bin_path }} {% if validator_version is defined %}v{{ validator_version }}{% if jito_validator %}-jito{% endif %}{% else %}stable{% endif %}"
become: yes
become_user: "{{ validator_user }}"
tags:
Expand Down

0 comments on commit 2cc18ac

Please sign in to comment.