Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miketako3 committed Feb 4, 2024
1 parent 3c0e755 commit 1db3a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/lib/tasks/review.rake
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ end

desc 'preproc all'
task :preproc do
Dir.glob('*.re').each do |file|
Dir.glob('**/*.re').each do |file|
sh "review-preproc --replace #{file}"
end
end
Expand Down

0 comments on commit 1db3a22

Please sign in to comment.