aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-vcs/src/driver/forgejo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart-vcs/src/driver/forgejo.rs')
-rw-r--r--crates/mozart-vcs/src/driver/forgejo.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart-vcs/src/driver/forgejo.rs b/crates/mozart-vcs/src/driver/forgejo.rs
index 488e165..665c177 100644
--- a/crates/mozart-vcs/src/driver/forgejo.rs
+++ b/crates/mozart-vcs/src/driver/forgejo.rs
@@ -42,7 +42,7 @@ impl ForgejoDriver {
branches: None,
info_cache: IndexMap::new(),
git_driver: None,
- http_client: Client::new(),
+ http_client: mozart_core::http::default_client(),
config,
api_failed: false,
}