Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 18d57b6

Browse files
committed
updating the comment so it reflects what's actually happening
1 parent b72b725 commit 18d57b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/lib/generator.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function generate() {
4040
// iterate over all of the other files in the source directory and move them if their modified time has changed
4141
$objects = new RecursiveIteratorIterator(new RecursiveDirectoryIterator(__DIR__."/../../source/"), RecursiveIteratorIterator::SELF_FIRST);
4242

43-
// make sure dots are skipped and that all returned paths are unix-y
43+
// make sure dots are skipped
4444
$objects->setFlags(FilesystemIterator::SKIP_DOTS);
4545

4646
foreach($objects as $name => $object) {

0 commit comments

Comments
 (0)