Skip to content
Snippets Groups Projects
Commit 48e7baa5 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Changed async recall local path.

parent dce912fe
Branches master
No related tags found
No related merge requests found
Pipeline #14445 passed
......@@ -323,7 +323,7 @@ public class FileDAO {
if (asyncLocation) {
String username = rs.getString("username");
completeBasePath = completeBasePath.resolve(username).resolve("retrieve");
completeBasePath = completeBasePath.resolve(username).resolve("vospace_retrieve");
}
fi.setActualBasePath(completeBasePath.toString());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment