mirror of
https://github.com/extrawurst/gitui.git
synced 2024-12-26 18:43:37 +03:00
fix ci
This commit is contained in:
parent
408e2caca4
commit
c39eb93736
@ -41,7 +41,7 @@ pub(crate) fn get_branch_name_repo(
|
||||
}
|
||||
})?;
|
||||
|
||||
Ok(bytes2string(head_ref.shorthand_bytes())?)
|
||||
bytes2string(head_ref.shorthand_bytes())
|
||||
}
|
||||
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user