Merge pull request #4511 from reitermarkus/extract-nestedly-basename
Don't pass down basename when extracting nestedly.
This commit is contained in:
commit
00eca7112a
@ -79,7 +79,7 @@ class UnpackStrategy
|
||||
if children.count == 1 && !children.first.directory?
|
||||
s = self.class.detect(children.first)
|
||||
|
||||
s.extract_nestedly(to: to, basename: basename)
|
||||
s.extract_nestedly(to: to)
|
||||
next
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user