We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c31dc commit e08f357Copy full SHA for e08f357
asyncgit/src/sync/branch/mod.rs
@@ -21,7 +21,7 @@ use utils::get_head_repo;
21
pub(crate) fn get_branch_name(repo_path: &str) -> Result<String> {
22
let repo = utils::repo(repo_path)?;
23
24
- Ok(get_branch_name_repo(&repo)?)
+ get_branch_name_repo(&repo)
25
}
26
27
/// ditto
0 commit comments