diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-21 16:52:41 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-21 16:52:41 +0100 |
| commit | b6a161e1107d836d410d225d6700eeab38f12023 (patch) | |
| tree | d23acdef5db9f0fcd47247ac9a907a56359d63f4 /src/bin | |
| parent | 7490681024f1f21c6c32969ac2901860ebe41883 (diff) | |
fix: remove accidental println
the details are included as default options
Diffstat (limited to 'src/bin')
| -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 53d7552..bdecbe3 100644 --- a/src/bin/ngit/sub_commands/init.rs +++ b/src/bin/ngit/sub_commands/init.rs | |||
| @@ -236,7 +236,6 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> { | |||
| 236 | } | 236 | } |
| 237 | } | 237 | } |
| 238 | if !dont_ask_for_maintainers { | 238 | if !dont_ask_for_maintainers { |
| 239 | println!("{}", &maintainers_string); | ||
| 240 | maintainers_string = Interactor::default().input( | 239 | maintainers_string = Interactor::default().input( |
| 241 | PromptInputParms::default() | 240 | PromptInputParms::default() |
| 242 | .with_prompt("maintainers - space seperated list of npubs") | 241 | .with_prompt("maintainers - space seperated list of npubs") |