Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Catopish committed Dec 24, 2024
1 parent 28e50d5 commit 2e372d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/setup_install_penumbra/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
mode: "0640"
owner: "{{ default_user }}"
group: "{{ default_user }}"
force: true
force: True
when: not cometbft_dir.stat.exists

- name: Download Polkachu's Penumbra genesis file
Expand All @@ -159,7 +159,7 @@
mode: "0640"
owner: "{{ default_user }}"
group: "{{ default_user }}"
force: true
force: True
when: not cometbft_dir.stat.exists

- name: Copy Cometbft & pd service templates
Expand Down

0 comments on commit 2e372d2

Please sign in to comment.