mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-29 22:48:24 +02:00
fix tests
This commit is contained in:
@@ -38,9 +38,7 @@ func (gui *Gui) handleCreateRecentReposMenu() error {
|
||||
}
|
||||
|
||||
func (gui *Gui) handleShowAllBranchLogs() error {
|
||||
cmdObj := gui.OSCommand.Cmd.New(
|
||||
gui.UserConfig.Git.AllBranchesLogCmd,
|
||||
)
|
||||
cmdObj := gui.GitCommand.Branch.AllBranchesLogCmdObj()
|
||||
task := NewRunPtyTask(cmdObj.GetCmd())
|
||||
|
||||
return gui.refreshMainViews(refreshMainOpts{
|
||||
|
||||
Reference in New Issue
Block a user