Skip to content

Commit

Permalink
Remove unnecessary FileTree.asFileTree in OciCopySpecProcessor
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Jun 1, 2024
1 parent f89dc4a commit db34c12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private fun OciCopySpecInput.process(
val groupIdPatterns = convertPatterns(parentGroupIdPatterns, groupIdPatterns, destinationPath)

val moveCache = HashMap<String, String>()
sources.asFileTree.visit(object : ReproducibleFileVisitor {
sources.visit(object : ReproducibleFileVisitor {
override fun visitDir(dirDetails: FileVisitDetails) {
visitDirectories(
pendingDestinationPathStates,
Expand Down

0 comments on commit db34c12

Please sign in to comment.