Skip to content

Commit

Permalink
Use T.workspace instead of os.pwd (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab authored Oct 29, 2024
1 parent c06ee02 commit cf048df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snunit-mill-plugin/src/DockerClang.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ trait DockerClang extends ScalaNativeModule {
private def createAndWriteClangScripts = T {
ClangScripts.createAndWriteClangScripts(
dest = T.dest.toString,
pwd = os.pwd.toString
pwd = T.workspace.toString
)
}

Expand Down

0 comments on commit cf048df

Please sign in to comment.