summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e9cd4a077..a5a2f9b66 100644
--- a/Rakefile
+++ b/Rakefile
@@ -21,7 +21,7 @@ project = Rake::RedLabProject.new("puppet") do |p|
'install.rb',
'[A-Z]*',
'lib/puppet.rb',
- 'lib/puppet/*.rb',
+ 'lib/puppet/**/*.rb',
'test/**/*.rb',
'bin/**/*',
'ext/**/*',