Skip to content
Snippets Groups Projects
Commit 0bdce89d authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

fix incorrect comment

parent 3a4a5294
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,8 @@ class Cleaner
path.chmod perms
end
# Clean a single folder (non-recursively)
# Removes .la files and fixes file permissions for a directory tree, keeping
# existing files and permissions if instructed to by the formula
def clean_dir d
d.find do |path|
path.extend(ObserverPathnameExtension)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment