Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tomasz Godzik <tgodzik@users.noreply.github.com>
  • Loading branch information
dos65 and tgodzik committed Aug 2, 2021
1 parent 2fe3526 commit 0db1e64
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -398,7 +398,7 @@ object MetalsEnrichments
val jarDir =
workspace.resolve(Directories.dependencies).resolve(jar.filename)
val out = jarDir.resolveZipPath(path.toNIO)
val jarMetaFile = jarDir.resolve("jar.meta")
val jarMetaFile = jarDir.resolve(".jar.meta")

lazy val currentJarMeta = readJarMeta(jarMetaFile)
lazy val jarMeta = toJarMeta(jar)
Expand Down

0 comments on commit 0db1e64

Please sign in to comment.