upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/bin/ngit
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/ngit')
-rw-r--r--src/bin/ngit/sub_commands/send.rs3
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 );