parent
fdc2e68497
commit
d397906b7f
@ -38,7 +38,7 @@ func ProcessWriteFile(base string, wf *WriteFile) error {
|
|||||||
|
|
||||||
fullPath := path.Join(base, wf.Path)
|
fullPath := path.Join(base, wf.Path)
|
||||||
|
|
||||||
if err := os.MkdirAll(path.Dir(fullPath), os.FileMode(0744)); err != nil {
|
if err := os.MkdirAll(path.Dir(fullPath), os.FileMode(0755)); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user