Skip to content

Commit

Permalink
[docker build] solve a variable problem
Browse files Browse the repository at this point in the history
  • Loading branch information
euskalhenriko committed Feb 11, 2025
1 parent 81032d6 commit ce4ec3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ protected boolean downloadChunk(int chunk, String variable, File destinationDire
* Download the zip and unzip in chunk directory
*/
try {
URL uurl = new URL(url);
URL uurl = new URL(href);
File zipFile = File.createTempFile("agera", ".zip");
URLUtils.copyChanneled(uurl, zipFile);
ZipUtils.unzip(zipFile, destinationDirectory);
Expand Down

0 comments on commit ce4ec3e

Please sign in to comment.