We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d43db commit a90cbddCopy full SHA for a90cbdd
src/main/java/org/commonwl/view/workflow/WorkflowService.java
@@ -306,7 +306,7 @@ public QueuedWorkflow createQueuedWorkflow(GitDetails gitInfo)
306
}
307
308
309
- File localPath = repo.getRepository().getWorkTree();
+ Path localPath = repo.getRepository().getWorkTree().toPath();
310
String latestCommit = gitService.getCurrentCommitID(repo);
311
312
Path workflowFile = localPath.resolve(gitInfo.getPath()).normalize().toAbsolutePath();
0 commit comments