mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03: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