Skip to content

Commit c928b9e

Browse files
committed
Update 'rake update:migrated_links_at'
Update docs in code
1 parent fe89fec commit c928b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rakelib/update.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ namespace :update do
7777
puts 'Work in progress...'.magenta
7878
dir_glob_pattern = File.join(dir, '**', '*')
7979
full_file_list = Dir[dir_glob_pattern]
80-
80+
# exclude paths by pattern from the file list if the 'exclude' argument was added
8181
if exclude
8282
exclude_glob_pattern = File.join(dir, exclude)
8383
excluded_file_list = Dir[exclude_glob_pattern]

0 commit comments

Comments
 (0)