diff options
Diffstat (limited to 'src/bin/git_remote_nostr/list.rs')
| -rw-r--r-- | src/bin/git_remote_nostr/list.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/git_remote_nostr/list.rs b/src/bin/git_remote_nostr/list.rs index daff1b6..9171544 100644 --- a/src/bin/git_remote_nostr/list.rs +++ b/src/bin/git_remote_nostr/list.rs | |||
| @@ -163,7 +163,7 @@ async fn get_open_proposals_state( | |||
| 163 | } | 163 | } |
| 164 | Err(error) => { | 164 | Err(error) => { |
| 165 | let _ = term.write_line( | 165 | let _ = term.write_line( |
| 166 | format!("WARNING: cannot fetch branch {branch_name} error: {error}") | 166 | format!("WARNING: failed to fetch branch {branch_name} error: {error}") |
| 167 | .as_str(), | 167 | .as_str(), |
| 168 | ); | 168 | ); |
| 169 | } | 169 | } |