mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
fix ci
This commit is contained in:
parent
408e2caca4
commit
c39eb93736
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue