Skip to content

Commit

Permalink
chore: update repo branch reference
Browse files Browse the repository at this point in the history
We now need to check `autonomi` rather than `safe_network`.
  • Loading branch information
jacderida committed Dec 6, 2024
1 parent d79af7a commit 76ff9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3127,7 +3127,7 @@ async fn get_binary_option(
println!("Payment Forward PK: {}", network_keys.3);
}

let url = format!("https://github.com/{repo_owner}/safe_network/tree/{branch}",);
let url = format!("https://github.com/{repo_owner}/autonomi/tree/{branch}",);
let response = reqwest::get(&url).await?;
if !response.status().is_success() {
bail!("The provided branch or owner does not exist: {url:?}");
Expand Down

0 comments on commit 76ff9b7

Please sign in to comment.