Skip to content

Commit efed94c

Browse files
committed
Fix jujutsu updater url
1 parent 786e201 commit efed94c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

updater/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ static PACKAGES: &[Package] = &[
257257
},
258258
Package {
259259
name: "jujutsu.portable",
260-
version_url: "https://github.com/jj-vcs/jj/releases",
260+
version_url: "https://api.github.com/repos/jj-vcs/jj/releases",
261261
download_headers: &[],
262262
get_sig_key: None,
263263
fetch_update: |_, prev_version, response| {

0 commit comments

Comments
 (0)