mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-26 12:24:26 +03:00
commit
ab7e4eb73f
@ -220,9 +220,8 @@ fn push_all_refs(
|
|||||||
|
|
||||||
let all_refs = all_refs.iter().map(String::as_str).collect::<Vec<_>>();
|
let all_refs = all_refs.iter().map(String::as_str).collect::<Vec<_>>();
|
||||||
|
|
||||||
let anything_pushed = project_repository
|
let anything_pushed =
|
||||||
.push_to_gitbutler_server(user.as_ref(), all_refs.as_slice())
|
project_repository.push_to_gitbutler_server(user.as_ref(), all_refs.as_slice())?;
|
||||||
.context("failed to push project (all refs) to gitbutler")?;
|
|
||||||
|
|
||||||
if anything_pushed {
|
if anything_pushed {
|
||||||
tracing::info!(
|
tracing::info!(
|
||||||
|
Loading…
Reference in New Issue
Block a user