Skip to content

Commit 00cb0aa

Browse files
committed
fix: gandalf path name
Should use `-` instead of `_`
1 parent e321760 commit 00cb0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/manifest-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
6464
- name: Download gandalf archive
6565
get_url:
66-
url: "https://supabase-public-artifacts-bucket.s3.amazonaws.com/gandalf/v{{ gandalf_release }}/gandalf_{{ gandalf_release }}_linux_arm64.tar.gz"
66+
url: "https://supabase-public-artifacts-bucket.s3.amazonaws.com/gandalf/v{{ gandalf_release }}/gandalf-{{ gandalf_release }}-linux-arm64.tar.gz"
6767
dest: "/tmp/gandalf.tar.gz"
6868
timeout: 90
6969

0 commit comments

Comments
 (0)