mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-29 23:17:32 +02: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…
x
Reference in New Issue
Block a user