Skip to content

Commit b63b574

Browse files
committed
chore: add the "v" as requested
1 parent 2631d14 commit b63b574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/setup-wal-g.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
- name: Create symlink for wal-g-3 from Nix profile to /usr/local/bin
4646
ansible.builtin.file:
4747
src: /home/wal-g/.nix-profile/bin/wal-g-3
48-
dest: /usr/local/bin/wal-g-3
48+
dest: /usr/local/bin/wal-g-v3
4949
state: link
5050
force: yes # This will replace existing file/symlink if it exists
5151
become: yes # Need sudo to write to /usr/local/bin

0 commit comments

Comments
 (0)