There was an error while loading. Please reload this page.
1 parent fe89fec commit c928b9eCopy full SHA for c928b9e
rakelib/update.rake
@@ -77,7 +77,7 @@ namespace :update do
77
puts 'Work in progress...'.magenta
78
dir_glob_pattern = File.join(dir, '**', '*')
79
full_file_list = Dir[dir_glob_pattern]
80
-
+ # exclude paths by pattern from the file list if the 'exclude' argument was added
81
if exclude
82
exclude_glob_pattern = File.join(dir, exclude)
83
excluded_file_list = Dir[exclude_glob_pattern]
0 commit comments