Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
fix(file): update url and path params
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelje authored and ajsb85 committed Dec 5, 2017
1 parent 12833a4 commit 38750a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ private String download(final String url, final String path) {
} else {
try {
JSONObject jsonObjDownload = new JSONObject(data);
getFile(jsonObjDownload, url, path, data);
getFile(jsonObjDownload, path, url, data);
} catch (Exception ex) {
try {
JSONArray arr = new JSONArray(data);
Expand Down

0 comments on commit 38750a7

Please sign in to comment.