diff options
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/ngit/sub_commands/init.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/ngit/sub_commands/init.rs b/src/bin/ngit/sub_commands/init.rs index 385eeca..e28268d 100644 --- a/src/bin/ngit/sub_commands/init.rs +++ b/src/bin/ngit/sub_commands/init.rs | |||
| @@ -660,7 +660,7 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> { | |||
| 660 | }, | 660 | }, |
| 661 | }, | 661 | }, |
| 662 | protocol: None, | 662 | protocol: None, |
| 663 | user: None, | 663 | ssh_key_file: None, |
| 664 | nip05: None, | 664 | nip05: None, |
| 665 | } | 665 | } |
| 666 | .to_string() | 666 | .to_string() |