Skip to content

Commit

Permalink
Update filename
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorHarbo committed Aug 9, 2023
1 parent 5181b13 commit 41d4aa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ public Response exportZipContent(@QueryParam("query") String query, @QueryParam(
StreamingOutput zip = Facade.exportZipContent(query, filters);

return Response.ok(zip)
.header("Content-Disposition", getDisposition("solrwayback_$DATETIME_export.zip"))
.header("Content-Disposition", getDisposition("solrwayback_$DATETIME.zip"))
.build();

}
Expand Down

0 comments on commit 41d4aa2

Please sign in to comment.