diff options
Diffstat (limited to 'src/bin/ngit')
| -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 |