From 3e34503fe1e4bc5532fd2580ec9c8a6f737e8088 Mon Sep 17 00:00:00 2001 From: ShettySach Date: Thu, 21 Nov 2024 18:56:48 +0530 Subject: [PATCH] pinned repo fetch api link fix --- src/commands/fetch.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/fetch.rs b/src/commands/fetch.rs index 0f9061e..271a8d2 100644 --- a/src/commands/fetch.rs +++ b/src/commands/fetch.rs @@ -108,7 +108,7 @@ async fn fetch_github() -> String { async fn fetch_repos() -> String { match read_config() { Some(config) => { - let repos_url = format!("https://pinned.berrysauce.me/dev/{}", config.github); + let repos_url = format!("https://pinned.berrysauce.dev/get/{}", config.github); match reqwest::get(&repos_url).await { Ok(response) => {