diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/ngit/sub_commands/send.rs | 3 | ||||
| -rw-r--r-- | src/lib/repo_ref.rs | 2 |
2 files changed, 2 insertions, 3 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 | ); |
diff --git a/src/lib/repo_ref.rs b/src/lib/repo_ref.rs index bca4a3b..a3e1317 100644 --- a/src/lib/repo_ref.rs +++ b/src/lib/repo_ref.rs | |||
| @@ -448,7 +448,7 @@ async fn get_repo_coordinate_from_user_prompt( | |||
| 448 | println!( | 448 | println!( |
| 449 | "{}", | 449 | "{}", |
| 450 | dim.apply_to( | 450 | dim.apply_to( |
| 451 | "hint: https://gitworkshop.dev/repos lists repositories and their nostr address" | 451 | "hint: https://gitworkshop.dev/search lists repositories and their nostr address" |
| 452 | ), | 452 | ), |
| 453 | ); | 453 | ); |
| 454 | let git_repo_path = git_repo.get_path()?; | 454 | let git_repo_path = git_repo.get_path()?; |