upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-08-01 15:55:01 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-08-01 15:55:01 +0100
commit056c400c5eb6cd8b105f38eea43922f71b0204dc (patch)
treea0af17993e72584dee6a2cf4e4781f90736902d2 /src/bin
parenta23efd79edb59be0e9c84f1fbeea45664dd63515 (diff)
fix: use new gitworkshop.dev url format
where just the nevent will do
Diffstat (limited to 'src/bin')
-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 );