Skip to content

Commit

Permalink
Update util-cache/src/main/scala/sbt/util/ActionCacheStore.scala
Browse files Browse the repository at this point in the history
Co-authored-by: adpi2 <[email protected]>
  • Loading branch information
eed3si9n and adpi2 authored Apr 14, 2024
1 parent 0e67131 commit 493d5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util-cache/src/main/scala/sbt/util/ActionCacheStore.scala
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class DiskActionCacheStore(base: Path, fileConverter: FileConverter)
putBlob(b.input, Digest(b))
(b: HashedVirtualFileRef)

def toOutFile(digest: Digest): Path =
def toCasFile(digest: Digest): Path =
(casBase.toFile / digest.toString.replace("/", "-")).toPath()

def putBlob(input: InputStream, digest: Digest): Path =
Expand Down

0 comments on commit 493d5ec

Please sign in to comment.