Skip to content

Commit 7e6c994

Browse files
Update os/src/TempOps.scala
Co-authored-by: Florian Schmaus <[email protected]>
1 parent 6edb4f2 commit 7e6c994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os/src/TempOps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ object temp {
130130
Using.resource(os.temp.dir(
131131
dir = dir,
132132
prefix = prefix,
133-
deleteOnExit = false, // TempFile.close() deletes it, no need to register with JVM
133+
deleteOnExit = false, // TempPath.close() deletes it, no need to register with JVM
134134
perms = perms
135135
))(fun)
136136

0 commit comments

Comments
 (0)