Skip to content

Commit

Permalink
[docker build] double slash :(
Browse files Browse the repository at this point in the history
  • Loading branch information
euskalhenriko committed Feb 10, 2025
1 parent 728d8c8 commit 35aced7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ protected boolean downloadChunk(int chunk, String variable, File destinationDire
}

public String getEndpointUrl(String request) {
return "https://cds.climate.copernicus.eu/api/retrieve/v1/" + request;
return "https://cds.climate.copernicus.eu/api/retrieve/v1" + request;
}

@Override
Expand Down

0 comments on commit 35aced7

Please sign in to comment.