mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
standardise controller helper methods
This commit is contained in:
@ -38,5 +38,5 @@ func (self *CommandLogController) Context() types.Context {
|
||||
}
|
||||
|
||||
func (self *CommandLogController) context() types.Context {
|
||||
return self.contexts.CommandLog
|
||||
return self.c.Contexts().CommandLog
|
||||
}
|
||||
|
Reference in New Issue
Block a user