diff options
Diffstat (limited to 'src/bin/ngit/sub_commands/send.rs')
| -rw-r--r-- | src/bin/ngit/sub_commands/send.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/ngit/sub_commands/send.rs b/src/bin/ngit/sub_commands/send.rs index 34965a1..9f1857f 100644 --- a/src/bin/ngit/sub_commands/send.rs +++ b/src/bin/ngit/sub_commands/send.rs | |||
| @@ -225,8 +225,7 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs, no_fetch: bool) -> Re | |||
| 225 | println!( | 225 | println!( |
| 226 | "{}", | 226 | "{}", |
| 227 | dim.apply_to(format!( | 227 | dim.apply_to(format!( |
| 228 | "view in gitworkshop.dev: https://gitworkshop.dev/repo/{}/proposal/{}", | 228 | "view in gitworkshop.dev: https://gitworkshop.dev/{}", |
| 229 | repo_ref.coordinate_with_hint().to_bech32()?, | ||
| 230 | &event_bech32, | 229 | &event_bech32, |
| 231 | )) | 230 | )) |
| 232 | ); | 231 | ); |