This commit is contained in:
extrawurst 2023-11-28 09:24:51 +01:00
parent 408e2caca4
commit c39eb93736

View File

@ -41,7 +41,7 @@ pub(crate) fn get_branch_name_repo(
}
})?;
Ok(bytes2string(head_ref.shorthand_bytes())?)
bytes2string(head_ref.shorthand_bytes())
}
///