Skip to content

Commit bee918d

Browse files
committed
Revert "Use millFile instead of ./mill"
This reverts commit fe2c71c. This change was not needed since the working directory of the process is already `index.app.env.workingDirectory`
1 parent 60daded commit bee918d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scip-java/src/main/scala/com/sourcegraph/scip_java/buildtools/MillBuildTool.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class MillBuildTool(index: IndexCommand) extends BuildTool("mill", index) {
3939
val localMill = Files.isRegularFile(millFile)
4040
val command =
4141
if (localMill) {
42-
millFile.toString()
42+
"./mill"
4343
} else {
4444
"mill"
4545
}

0 commit comments

Comments
 (0)