mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 23:56:24 -04:00
use correct context
This commit is contained in:
parent
3e26f39dee
commit
4805db7d97
|
|
@ -75,8 +75,8 @@ func (self *SubCommitsController) Context() types.Context {
|
|||
return self.context()
|
||||
}
|
||||
|
||||
func (self *SubCommitsController) context() *context.ReflogCommitsContext {
|
||||
return self.contexts.ReflogCommits
|
||||
func (self *SubCommitsController) context() *context.SubCommitsContext {
|
||||
return self.contexts.SubCommits
|
||||
}
|
||||
|
||||
func (self *SubCommitsController) checkout(commit *models.Commit) error {
|
||||
|
|
|
|||
Loading…
Reference in a new issue