Skip to content

Commit 8c188d5

Browse files
author
Алексей Ямщиков
committed
change: select files by wildcard
1 parent 8282535 commit 8c188d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Rakefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ end
2828
desc 'Fix file permissions'
2929
task :fix_perms do
3030
files = [
31-
'lib/fluent/plugin/exception_detector.rb',
32-
'lib/fluent/plugin/out_detect_exceptions.rb'
31+
'lib/fluent/plugin/*.rb'
3332
].flat_map do |file|
3433
file.include?('*') ? Dir.glob(file) : [file]
3534
end

0 commit comments

Comments
 (0)