diff options
Diffstat (limited to 'src/bin/git_remote_nostr/push.rs')
| -rw-r--r-- | src/bin/git_remote_nostr/push.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/git_remote_nostr/push.rs b/src/bin/git_remote_nostr/push.rs index 43abc8e..e1c94f8 100644 --- a/src/bin/git_remote_nostr/push.rs +++ b/src/bin/git_remote_nostr/push.rs | |||
| @@ -219,7 +219,8 @@ async fn create_and_publish_events_and_proposals( | |||
| 219 | for refspec in git_server_refspecs { | 219 | for refspec in git_server_refspecs { |
| 220 | let (_, to) = refspec_to_from_to(refspec).unwrap(); | 220 | let (_, to) = refspec_to_from_to(refspec).unwrap(); |
| 221 | eprintln!( | 221 | eprintln!( |
| 222 | "error {to} you must run `ngit init` before pushing updates. you've been offered maintainership but you must accept it before pushing", | 222 | "error {to} you have been offered co-maintainership of '{}'. to accept, run `ngit init` which will publish your own repository announcement. use `ngit init -d` to accept with defaults and no interactive prompts.", |
| 223 | repo_ref.name, | ||
| 223 | ); | 224 | ); |
| 224 | } | 225 | } |
| 225 | if proposal_refspecs.is_empty() { | 226 | if proposal_refspecs.is_empty() { |