Skip to content

Commit

Permalink
Fix script/get-released-version
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed Dec 3, 2024
1 parent 731e6d3 commit 9f32d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/get-released-version
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ case $channel in
;;
esac

curl -s https://zed.dev/api/releases/latest?asset=Zed.dmg$query | jq -r .version
curl -s "https://zed.dev/api/releases/latest?asset=zed&os=macos&arch=aarch64$query" | jq -r .version

0 comments on commit 9f32d32

Please sign in to comment.