Skip to content

Commit

Permalink
vouch instead of avow
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Nov 21, 2023
1 parent a9baf65 commit 507905a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/cache.scala
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ object Cache:
log(msg"Cloning ${snapshot.url}")
val process = Git.cloneCommit(snapshot.url.encode, destination, snapshot.commit)
follow(msg"Cloning ${snapshot.url}")(gitProgress(process.progress))
process.complete().workTree.avow(using Unsafe).tap: _ =>
process.complete().workTree.vouch(using Unsafe).tap: _ =>
log(msg"Finished cloning ${snapshot.url}")
)

Expand Down

0 comments on commit 507905a

Please sign in to comment.