Merge pull request #4722 from kabel/remove-chdir-twice
Remove the chdir call that was already moved to the ancestor
This commit is contained in:
commit
c9aa25e6d2
@ -197,11 +197,6 @@ class AbstractFileDownloadStrategy < AbstractDownloadStrategy
|
|||||||
@temporary_path = Pathname.new("#{cached_location}.incomplete")
|
@temporary_path = Pathname.new("#{cached_location}.incomplete")
|
||||||
end
|
end
|
||||||
|
|
||||||
def stage
|
|
||||||
super
|
|
||||||
chdir
|
|
||||||
end
|
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def ext
|
def ext
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user