Merge pull request #4495 from reitermarkus/extract-nestedly
Use `extract_nestedly` for staging.
This commit is contained in:
commit
493c20eaf0
@ -48,7 +48,7 @@ class AbstractDownloadStrategy
|
|||||||
# Unlike {Resource#stage}, this does not take a block.
|
# Unlike {Resource#stage}, this does not take a block.
|
||||||
def stage
|
def stage
|
||||||
UnpackStrategy.detect(cached_location, ref_type: @ref_type, ref: @ref)
|
UnpackStrategy.detect(cached_location, ref_type: @ref_type, ref: @ref)
|
||||||
.extract(basename: basename_without_params)
|
.extract_nestedly(basename: basename_without_params)
|
||||||
end
|
end
|
||||||
|
|
||||||
# @!attribute [r] cached_location
|
# @!attribute [r] cached_location
|
||||||
|
Loading…
x
Reference in New Issue
Block a user