diff options
Diffstat (limited to 'src/lib/push.rs')
| -rw-r--r-- | src/lib/push.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/push.rs b/src/lib/push.rs index bd45553..274a16a 100644 --- a/src/lib/push.rs +++ b/src/lib/push.rs | |||
| @@ -181,7 +181,7 @@ pub fn push_to_remote_url( | |||
| 181 | let existing_lines = reporter.count_all_existing_lines(); | 181 | let existing_lines = reporter.count_all_existing_lines(); |
| 182 | reporter.update_reference_errors.push(format!( | 182 | reporter.update_reference_errors.push(format!( |
| 183 | "WARNING: {} failed to push {name} error: {error}", | 183 | "WARNING: {} failed to push {name} error: {error}", |
| 184 | get_short_git_server_name(git_repo, git_server_url), | 184 | get_short_git_server_name(git_server_url), |
| 185 | )); | 185 | )); |
| 186 | reporter.write_all(existing_lines); | 186 | reporter.write_all(existing_lines); |
| 187 | } | 187 | } |