Skip to content

Commit

Permalink
Merge pull request #5 from jarod-w/main
Browse files Browse the repository at this point in the history
  • Loading branch information
mstg authored Sep 12, 2022
2 parents 1c2091a + d7ed1c7 commit 9b44bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/srpmproc/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 9b44bc6

Please sign in to comment.