From 86c259623c0f54b5eac6022cbdf232521de19ab8 Mon Sep 17 00:00:00 2001 From: Ryooooooga Date: Fri, 1 Apr 2022 23:38:41 +0900 Subject: feat: fix permission problem of temp dirs --- pkg/gui/gui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/gui/gui.go') diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go index caa1a6afe..1af94088e 100644 --- a/pkg/gui/gui.go +++ b/pkg/gui/gui.go @@ -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 -- cgit v1.2.3