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:
Mike McQuaid 2018-08-19 16:21:20 +01:00 committed by GitHub
commit c9aa25e6d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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