mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
refactor
This commit is contained in:
parent
43a4fa970d
commit
95f4ceea34
7 changed files with 75 additions and 60 deletions
|
@ -99,7 +99,7 @@ func NewOSCommand(common *common.Common) *OSCommand {
|
|||
removeFile: os.RemoveAll,
|
||||
}
|
||||
|
||||
runner := &RealRunner{log: common.Log, logCmdObj: c.LogCmdObj}
|
||||
runner := &Runner{log: common.Log, logCmdObj: c.LogCmdObj}
|
||||
c.Cmd = &CmdObjBuilder{runner: runner, command: command, logCmdObj: c.LogCmdObj, platform: platform}
|
||||
|
||||
return c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue