Merge pull request #5 from jarod-w/main

This commit is contained in:
Mustafa Gezen 2022-09-12 21:13:13 +02:00 committed by GitHub
commit 9b44bc6e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ func NewProcessData(req *ProcessDataRequest) (*data.ProcessData, error) {
fsCreator := func(branch string) (billy.Filesystem, error) {
if req.TmpFsMode != "" {
return osfs.New("."), nil
return osfs.New(""), nil
}
return memfs.New(), nil
}