From d1283a6b55826175423bd382a859928e0f92ffe7 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 22 Jul 2025 13:47:28 +0100 Subject: fix: remove blossom from grasp server detection a grasp server doesnt need to appear in repo announcement event `blossoms` tag as blossom has been removed from the grasp spec --- src/bin/ngit/sub_commands/init.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/bin') diff --git a/src/bin/ngit/sub_commands/init.rs b/src/bin/ngit/sub_commands/init.rs index 1242e45..86d7f8a 100644 --- a/src/bin/ngit/sub_commands/init.rs +++ b/src/bin/ngit/sub_commands/init.rs @@ -269,7 +269,6 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> { repo_ref.as_ref(), &args.relays, &args.clone_url, - &args.blossoms, &identifier, ); let mut selections: Vec = vec![true; options.len()]; // Initialize selections based on existing options -- cgit v1.2.3