mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-29 22:48:24 +02:00
fix: fix ambiguous refname
This commit is contained in:
@@ -6,7 +6,7 @@ func (gui *Gui) remoteBranchesRenderToMain() error {
|
||||
if remoteBranch == nil {
|
||||
task = NewRenderStringTask("No branches for this remote")
|
||||
} else {
|
||||
cmdObj := gui.git.Branch.GetGraphCmdObj(remoteBranch.FullName())
|
||||
cmdObj := gui.git.Branch.GetGraphCmdObj(remoteBranch.FullRefName())
|
||||
task = NewRunCommandTask(cmdObj.GetCmd())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user