diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-08-01 15:55:01 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-08-01 15:55:01 +0100 |
| commit | 056c400c5eb6cd8b105f38eea43922f71b0204dc (patch) | |
| tree | a0af17993e72584dee6a2cf4e4781f90736902d2 /src/bin/ngit/sub_commands/send.rs | |
| parent | a23efd79edb59be0e9c84f1fbeea45664dd63515 (diff) | |
fix: use new gitworkshop.dev url format
where just the nevent will do
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 | ); |