diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-22 13:47:28 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-22 13:47:28 +0100 |
| commit | d1283a6b55826175423bd382a859928e0f92ffe7 (patch) | |
| tree | 7542e5ceb6bdf3b1359a85511edb72b8cdc7c7da /src/bin/ngit/sub_commands/init.rs | |
| parent | a3d4c8eaa263f4adb174ac81c4248fa200e1857e (diff) | |
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
Diffstat (limited to 'src/bin/ngit/sub_commands/init.rs')
| -rw-r--r-- | src/bin/ngit/sub_commands/init.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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<()> { | |||
| 269 | repo_ref.as_ref(), | 269 | repo_ref.as_ref(), |
| 270 | &args.relays, | 270 | &args.relays, |
| 271 | &args.clone_url, | 271 | &args.clone_url, |
| 272 | &args.blossoms, | ||
| 273 | &identifier, | 272 | &identifier, |
| 274 | ); | 273 | ); |
| 275 | let mut selections: Vec<bool> = vec![true; options.len()]; // Initialize selections based on existing options | 274 | let mut selections: Vec<bool> = vec![true; options.len()]; // Initialize selections based on existing options |