mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-14 17:46:26 -04:00
WIP
This commit is contained in:
parent
a7a61cdc83
commit
c6b57d9b57
|
|
@ -33,7 +33,7 @@ type WorkingTreeOSCommand interface {
|
|||
func NewWorkingTreeCommands(
|
||||
common *common.Common,
|
||||
cmd oscommands.ICmdObjBuilder,
|
||||
submodulesCommands *SubmoduleCommands,
|
||||
submoduleCommands *SubmoduleCommands,
|
||||
osCommand WorkingTreeOSCommand,
|
||||
fileLoader *loaders.FileLoader,
|
||||
) *WorkingTreeCommands {
|
||||
|
|
@ -41,7 +41,7 @@ func NewWorkingTreeCommands(
|
|||
Common: common,
|
||||
cmd: cmd,
|
||||
os: osCommand,
|
||||
submodule: submodulesCommands,
|
||||
submodule: submoduleCommands,
|
||||
fileLoader: fileLoader,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue