Skip to content

Commit a90cbdd

Browse files
committed
Fix merge conflict
1 parent 74d43db commit a90cbdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/commonwl/view/workflow/WorkflowService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public QueuedWorkflow createQueuedWorkflow(GitDetails gitInfo)
306306
}
307307
}
308308
}
309-
File localPath = repo.getRepository().getWorkTree();
309+
Path localPath = repo.getRepository().getWorkTree().toPath();
310310
String latestCommit = gitService.getCurrentCommitID(repo);
311311

312312
Path workflowFile = localPath.resolve(gitInfo.getPath()).normalize().toAbsolutePath();

0 commit comments

Comments
 (0)