提交 4eb9a908 编写于 作者: S Steven Powell

fixed snap package manager bug

上级 9d091e68
......@@ -195,7 +195,7 @@ func (k *kicRunner) Copy(f assets.CopyableFile) error {
if err != nil {
return errors.Wrap(err, "detecting home dir")
}
tmpFolder = os.Getenv(home)
tmpFolder = home
}
tf, err := ioutil.TempFile(tmpFolder, "tmpf-memory-asset")
if err != nil {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册