mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
feat: fix permission problem of temp dirs
This commit is contained in:
committed by
Jesse Duffield
parent
2fbb52fa2c
commit
86c259623c
@ -470,7 +470,7 @@ func NewGui(
|
||||
credentialsHelper.PromptUserForCredential,
|
||||
)
|
||||
|
||||
osCommand := oscommands.NewOSCommand(cmn, oscommands.GetPlatform(), guiIO)
|
||||
osCommand := oscommands.NewOSCommand(cmn, config, oscommands.GetPlatform(), guiIO)
|
||||
|
||||
gui.os = osCommand
|
||||
|
||||
|
Reference in New Issue
Block a user