Skip to content

Commit 4bdd38a

Browse files
committed
chore: minor correction
1 parent 4dfc295 commit 4bdd38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ansible/tasks/setup-wal-g.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
- name: Install wal-g from nix binary cache
9090
become: yes
9191
shell: |
92-
sudo -u wal-g bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/{{ git_commit_sha }}#{{psql_version}}/bin"
92+
sudo -u wal-g bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/{{ git_commit_sha }}#wal-g"
9393
when: stage2_nix
9494

9595
- name: Create symlink for wal-g from Nix profile to /usr/local/bin

0 commit comments

Comments
 (0)