forked from Plemya-x/ALR
		
	Merge pull request 'Исправление file exists при распаковке архива' (#2) from Maks1mS/ALR:fix/unpack-file-exists-error into master
Reviewed-on: xpamych/ALR#2
This commit is contained in:
		| @@ -222,7 +222,7 @@ func extractFile(r io.Reader, format archiver.Format, name string, opts Options) | ||||
| 			} | ||||
|  | ||||
| 			if f.IsDir() { | ||||
| 				err = os.Mkdir(path, 0o755) | ||||
| 				err = os.MkdirAll(path, 0o755) | ||||
| 				if err != nil { | ||||
| 					return err | ||||
| 				} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user