Skip to content

Commit b37046a

Browse files
author
James Santucci
committed
confirm this would be fine if filesystems agreed
1 parent faea8c3 commit b37046a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbt-exercise/src/main/scala/org/scalaexercises/exercises/sbtexercise/ExerciseCompilerPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ object ExerciseCompilerPlugin extends AutoPlugin {
217217
file.name(),
218218
IO.read(
219219
new File(
220-
(baseDir.getParentFile() +: baseDir.name +: file.names().tail).mkString("/")
220+
(baseDir.getParentFile() +: file.names().tail).mkString("/")
221221
)
222222
)
223223
)

0 commit comments

Comments
 (0)