diff options
Diffstat (limited to 'src/lib/repo_ref.rs')
| -rw-r--r-- | src/lib/repo_ref.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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()?; |