From 3e52ecb609f8424cffb2e6398c599aa78224825a Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 12 Dec 2023 00:00:00 +0000 Subject: feat(claim) create yaml add maintainers and relays - create yaml file with maintainers and relays - add maintainers to repo event - add current user as maintainer - custom repo relays from cli argument - save git-server in repo event --- src/sub_commands/pull.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sub_commands/pull.rs') diff --git a/src/sub_commands/pull.rs b/src/sub_commands/pull.rs index a6513e8..a656e09 100644 --- a/src/sub_commands/pull.rs +++ b/src/sub_commands/pull.rs @@ -38,6 +38,7 @@ pub async fn launch() -> Result<()> { let client = ::default(); let repo_ref = repo_ref::fetch( + &git_repo, root_commit.to_string(), &client, client.get_more_fallback_relays().clone(), -- cgit v1.2.3