Skip to content

Commit

Permalink
T.workspace is too new API
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Nov 24, 2023
1 parent dce4053 commit 2032f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itest/src/01-simple-site/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def verifyBake(site: JBakeModule) = T.task {

)

val dir = T.workspace / "out" / site.toString() / "jbake.dest"
val dir = os.pwd / "out" / site.toString() / "jbake.dest"
val files = os.walk(dir)

for {
Expand Down

0 comments on commit 2032f13

Please sign in to comment.