Skip to content

Commit 7ab4718

Browse files
authored
Merge pull request #214 from Raskil/master
Expanded default search glob for plans.
2 parents 81a581e + 6feafe7 commit 7ab4718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet-strings.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module PuppetStrings
77
types/**/*.pp
88
lib/**/*.rb
99
tasks/*.json
10-
plans/*.pp
10+
plans/**/*.pp
1111
).freeze
1212

1313
# Generates documentation.

0 commit comments

Comments
 (0)