Skip to content

Commit

Permalink
use alias for cache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshalm committed Feb 26, 2024
1 parent 7c6efe1 commit 6a3081b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbt/src/main/scala/laika/sbt/Tasks.scala
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ object Tasks {
val inputFiles = collectInputFiles(inputCollection)

val results = configs map { config =>
val cacheFormatDir = config.toString.toLowerCase
val cacheFormatDir = config.alias.toLowerCase

val fun =
FileFunction.cached(cacheDir / cacheFormatDir, FilesInfo.lastModified, FilesInfo.exists) {
Expand Down

0 comments on commit 6a3081b

Please sign in to comment.