Skip to content

Commit

Permalink
chore: remove redundand slash
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoliani committed Feb 5, 2024
1 parent 3707bbd commit f3c65df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use reqwest::Client;
use serde::Deserialize;
use versions::Versioning;

const RELEASES_URL: &str = "https://api.github.com/repos//sigma0-xyz/zkbitcoin/releases/latest";
const RELEASES_URL: &str = "https://api.github.com/repos/sigma0-xyz/zkbitcoin/releases/latest";

#[derive(Deserialize, Debug)]
struct Release {
Expand Down

0 comments on commit f3c65df

Please sign in to comment.