1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

rename to make way for a generic function name

This commit is contained in:
Jesse Duffield
2020-08-22 09:48:20 +10:00
parent 26f80087dd
commit f858c8e750
4 changed files with 15 additions and 15 deletions

View File

@ -47,7 +47,7 @@ func (gui *Gui) currentDiffTerminals() []string {
case COMMIT_FILES_CONTEXT_KEY:
// not supporting commit files for now
case BRANCH_COMMITS_CONTEXT_KEY:
item := gui.getSelectedCommit()
item := gui.getSelectedLocalCommit()
if item != nil {
return []string{item.RefName()}
}